working dir ./bin
This commit is contained in:
parent
4f6cf9da51
commit
73b199828c
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -5,10 +5,10 @@
|
|||||||
"name": "(gdb) Debug",
|
"name": "(gdb) Debug",
|
||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/bin/kerep.com",
|
"program": "$kerep.com",
|
||||||
"preLaunchTask": "build_exec_dbg",
|
"preLaunchTask": "build_exec_dbg",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
"cwd": "${fileDirname}",
|
"cwd": "${fileDirname}/bin",
|
||||||
"externalConsole": false,
|
"externalConsole": false,
|
||||||
"MIMode": "gdb",
|
"MIMode": "gdb",
|
||||||
"miDebuggerPath": "gdb",
|
"miDebuggerPath": "gdb",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user