From 73b199828cda6ba5a7663d01ac928d996eccd23f Mon Sep 17 00:00:00 2001 From: timerix Date: Fri, 20 Jan 2023 15:48:55 +0600 Subject: [PATCH] working dir ./bin --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",