Added debug config

This commit is contained in:
elimin8 2021-09-19 15:45:12 +01:00
parent 7a60d1d4dd
commit fbcc860e60
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
1 changed files with 19 additions and 0 deletions

19
.vimspector.json Normal file
View File

@ -0,0 +1,19 @@
{
"configurations": {
"Debug EmperorClient": {
"adapter": "vscode-cpptools",
"configuration": {
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/bin/EmperorServer",
"args": [
],
"cwd": "${workspaceRoot}",
"environment": [
],
"stopAtEntry": true,
"MIMode": "gdb"
}
}
}
}