2 changed files with 32 additions and 1 deletions
@ -0,0 +1,29 @@
|
||||
{ |
||||
"version": "0.2.0", |
||||
"configurations": [ |
||||
{ |
||||
"name": "Debug", |
||||
"type": "cppdbg", |
||||
"request": "launch", |
||||
"program": "${command:cmake.launchTargetPath}", |
||||
"args": [], |
||||
"stopAtEntry": true, |
||||
"cwd": "${command:cmake.launchTargetDirectory}", |
||||
"environment": [ |
||||
{ |
||||
"name": "PATH", |
||||
"value": "$PATH:${command:cmake.launchTargetDirectory}" |
||||
} |
||||
], |
||||
"externalConsole": false, |
||||
"MIMode": "gdb", |
||||
"setupCommands": [ |
||||
{ |
||||
"description": "Enable pretty-printing for gdb", |
||||
"text": "-enable-pretty-printing", |
||||
"ignoreFailures": true |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue