quark/.vimspector.json

16 lines
291 B
JSON
Raw Permalink Normal View History

2025-01-03 09:21:31 +00:00
{
"configurations": {
"Debug Sandbox": {
"adapter": "vscode-cpptools",
"configuration": {
"type": "cppdbg",
"request": "launch",
"program": "${outputDir}/sandbox/sandbox",
"cwd": "${outputDir}/sandbox",
"externalConsole": true,
"MIMode": "gdb"
}
}
}
}