16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"configurations": {
|
|
"Debug Sandbox": {
|
|
"adapter": "vscode-cpptools",
|
|
"configuration": {
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${outputDir}/sandbox/sandbox",
|
|
"cwd": "${outputDir}/sandbox",
|
|
"externalConsole": true,
|
|
"MIMode": "gdb"
|
|
}
|
|
}
|
|
}
|
|
}
|