From fcf3d6dc8f9b647d75650e6ae7f47308085c3e84 Mon Sep 17 00:00:00 2001 From: Lamdonn Date: Sun, 11 Aug 2024 03:02:35 +0800 Subject: [PATCH] fix debug issue --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d3db956..410737b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "gcc.exe build and debug active file", "type": "cppdbg", "request": "launch", - "program": "${workspaceFolder}\\built\\app.exe", // executable file + "program": "${workspaceFolder}\\built\\bin\\app.exe", // executable file "args": [], "stopAtEntry": false, "cwd": "${workspaceFolder}",