diff options
Diffstat (limited to '.vimspector.json')
| -rw-r--r-- | .vimspector.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.vimspector.json b/.vimspector.json new file mode 100644 index 0000000..0e36244 --- /dev/null +++ b/.vimspector.json @@ -0,0 +1,15 @@ +{ + "configurations": { + "cpptools": { + "adapter": "vscode-cpptools", + "configuration": { + "request": "launch", + "program": "${workspaceRoot}/build/app", + "cwd": "${workspaceRoot}/build", + "stopOnEntry": true, + "MIMode": "gdb", + "MIDebuggerPath": "/usr/bin/gdb" + } + } + } +} |
