Added vimspector config
This commit is contained in:
parent
8fce3c4f76
commit
f6c564f653
20
.vimspector.json
Normal file
20
.vimspector.json
Normal file
@ -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…
x
Reference in New Issue
Block a user