working dir ./bin

This commit is contained in:
timerix 2023-01-20 15:48:55 +06:00
parent 4f6cf9da51
commit 73b199828c

4
.vscode/launch.json vendored
View File

@ -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",