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