diff --git a/.vimspector.json b/.vimspector.json new file mode 100644 index 0000000..113d4d3 --- /dev/null +++ b/.vimspector.json @@ -0,0 +1,20 @@ +{ + "configurations": { + "Debug RCB": { + "adapter": "vscode-cpptools", + "configuration": { + "type": "cppdbg", + "request": "launch", + "program": "${workspaceRoot}/RCB", + "args": [ + ], + "cwd": "${workspaceRoot}", + "environment": [ + ], + "stopAtEntry": true, + "MIMode": "gdb" + } + } + } +} +