File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
7
{
8
- "name" : " g++.exe - Build and debug active file" ,
8
+ "name" : " g++-9 - Build and debug active file" ,
9
9
"type" : " cppdbg" ,
10
10
"request" : " launch" ,
11
- "program" : " ${fileDirname}\\ ${fileBasenameNoExtension}.exe " ,
11
+ "program" : " ${fileDirname}/ ${fileBasenameNoExtension}" ,
12
12
"args" : [],
13
13
"stopAtEntry" : false ,
14
14
"cwd" : " ${workspaceFolder}" ,
15
15
"environment" : [],
16
16
"externalConsole" : false ,
17
17
"MIMode" : " gdb" ,
18
- "miDebuggerPath" : " C:\\ Program Files (x86)\\ mingw-w64\\ i686-8.1.0-posix-dwarf-rt_v6-rev0\\ mingw32\\ bin\\ gdb.exe" ,
19
18
"setupCommands" : [
20
19
{
21
20
"description" : " Enable pretty-printing for gdb" ,
22
21
"text" : " -enable-pretty-printing" ,
23
22
"ignoreFailures" : true
24
23
}
25
24
],
26
- "preLaunchTask" : " C/C++: g++.exe build active file"
25
+ "preLaunchTask" : " C/C++: g++-9 build active file" ,
26
+ "miDebuggerPath" : " /usr/bin/gdb"
27
27
}
28
28
]
29
29
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"tasks" : [
3
3
{
4
- "type" : " shell " ,
5
- "label" : " C/C++: g++.exe build active file" ,
6
- "command" : " C: \\ Program Files (x86) \\ mingw-w64 \\ i686-8.1.0-posix-dwarf-rt_v6-rev0 \\ mingw32 \\ bin\\ g++.exe " ,
4
+ "type" : " cppbuild " ,
5
+ "label" : " C/C++: g++-9 build active file" ,
6
+ "command" : " /usr/ bin/ g++-9 " ,
7
7
"args" : [
8
8
" -g" ,
9
9
" ${file}" ,
10
10
" -o" ,
11
- " ${fileDirname}\\ ${fileBasenameNoExtension}.exe "
11
+ " ${fileDirname}/ ${fileBasenameNoExtension}"
12
12
],
13
13
"options" : {
14
14
"cwd" : " ${workspaceFolder}"
19
19
"group" : {
20
20
"kind" : " build" ,
21
21
"isDefault" : true
22
- }
22
+ },
23
+ "detail" : " Task generated by Debugger."
23
24
}
24
25
],
25
26
"version" : " 2.0.0"
You can’t perform that action at this time.
0 commit comments