質問編集履歴

4

fixed json

2021/11/16 01:42

投稿

gekko
gekko

スコア16

test CHANGED
File without changes
test CHANGED
@@ -12,19 +12,13 @@
12
12
 
13
13
  {
14
14
 
15
- // Use IntelliSense to learn about possible attributes.
16
-
17
- // Hover to view descriptions of existing attributes.
18
-
19
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
20
-
21
15
  "version": "0.2.0",
22
16
 
23
17
  "configurations": [
24
18
 
25
19
  {
26
20
 
27
- "name": "g++-9 - Build and debug active file",
21
+ "name": "g++ - Build and debug active file",
28
22
 
29
23
  "type": "cppdbg",
30
24
 
@@ -36,7 +30,7 @@
36
30
 
37
31
  "stopAtEntry": false,
38
32
 
39
- "cwd": "${fileDirname}",
33
+ "cwd": "${workspaceFolder}",
40
34
 
41
35
  "environment": [],
42
36
 
@@ -58,7 +52,7 @@
58
52
 
59
53
  ],
60
54
 
61
- "preLaunchTask": "C/C++: g++-9 build active file",
55
+ "preLaunchTask": "C/C++: g++ build active file",
62
56
 
63
57
  "miDebuggerPath": "/usr/bin/gdb"
64
58
 
@@ -82,15 +76,13 @@
82
76
 
83
77
  {
84
78
 
85
- "type": "cppbuild",
79
+ "type": "shell",
86
80
 
87
- "label": "C/C++: g++-9 build active file",
81
+ "label": "C/C++: g++ build active file",
88
82
 
89
- "command": "/usr/bin/g++-9",
83
+ "command": "/usr/bin/g++",
90
84
 
91
85
  "args": [
92
-
93
- "-fdiagnostics-color=always",
94
86
 
95
87
  "-g",
96
88
 
@@ -104,25 +96,9 @@
104
96
 
105
97
  "options": {
106
98
 
107
- "cwd": "${fileDirname}"
99
+ "cwd": "usr/bin"
108
100
 
109
101
  },
110
-
111
- "problemMatcher": [
112
-
113
- "$gcc"
114
-
115
- ],
116
-
117
- "group": {
118
-
119
- "kind": "build",
120
-
121
- "isDefault": true
122
-
123
- },
124
-
125
- "detail": "Task generated by Debugger."
126
102
 
127
103
  }
128
104
 

3

title fixed

2021/11/16 01:42

投稿

gekko
gekko

スコア16

test CHANGED
@@ -1 +1 @@
1
- WSL-VSvode C++のRun/Debugができない
1
+ WSL-VSCode C++のRun/Debugができない
test CHANGED
File without changes

2

minor fix

2021/11/15 23:57

投稿

gekko
gekko

スコア16

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- WSL上でVSCodeを動かしているのですが、c++のRun/Debugがうまく動いてくれません。sample.cppではF5を押した後に入力をするはずなのですがそれすらも飛ばされ出力もされません。お助けいただけると幸いです。
1
+ WSL上でVSCodeを動かしているのですが、c++のRun/Debugがうまく動いてくれません。sample.cppではF5を押した後に入力をするはずなのですがそれすらも飛ばされHello Worldの出力もされません。お助けいただけると幸いです。
2
2
 
3
3
 
4
4
 

1

minor fix

2021/11/15 23:56

投稿

gekko
gekko

スコア16

test CHANGED
File without changes
test CHANGED
@@ -4,11 +4,7 @@
4
4
 
5
5
  *F5押した後これがterminalにすぐ表示されます
6
6
 
7
- ![![イメージ説明](7cd72678e3aceab68b0d394680cb375e.png)](d3fbe1dbf056392c9184b8620eb177b8.png)
7
+ ![![イメージ説明](7cd72678e3aceab68b0d394680cb375e.png)
8
-
9
-
10
-
11
-
12
8
 
13
9
  *launch.json
14
10