mirror of https://github.com/AxioDL/metaforce.git
parent
2644c01123
commit
a6fc564ff6
@ -1,36 +0,0 @@ |
||||
{ |
||||
"version": "0.2.0", |
||||
"configurations": [ |
||||
{ |
||||
"name": "Launch", |
||||
"type": "cppdbg", |
||||
"request": "launch", |
||||
// Resolved by CMake Tools: |
||||
"program": "${command:cmake.launchTargetPath}", |
||||
"args": [], |
||||
"stopAtEntry": false, |
||||
"cwd": "${workspaceFolder}", |
||||
"environment": [ |
||||
{ |
||||
// add the directory where our target was built to the PATHs |
||||
// it gets resolved by CMake Tools: |
||||
"name": "PATH", |
||||
"value": "$PATH:${command:cmake.launchTargetDirectory}" |
||||
}, |
||||
{ |
||||
"name": "OTHER_VALUE", |
||||
"value": "Something something" |
||||
} |
||||
], |
||||
"externalConsole": true, |
||||
"MIMode": "gdb", |
||||
"setupCommands": [ |
||||
{ |
||||
"description": "Enable pretty-printing for gdb", |
||||
"text": "-enable-pretty-printing", |
||||
"ignoreFailures": true |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue