diff --git a/.vscode/launch.json b/.vscode/launch.json index df30fe5..253788a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,10 +5,10 @@ "name": "(gdb) Debug", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}/bin/kerep.com", + "program": "$kerep.com", "preLaunchTask": "build_exec_dbg", "stopAtEntry": false, - "cwd": "${fileDirname}", + "cwd": "${fileDirname}/bin", "externalConsole": false, "MIMode": "gdb", "miDebuggerPath": "gdb",