Added vimspector config
This commit is contained in:
parent
8fce3c4f76
commit
f6c564f653
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue