Added debug config
This commit is contained in:
parent
7a60d1d4dd
commit
fbcc860e60
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue