fix debug issue

This commit is contained in:
Lamdonn 2024-08-11 03:02:35 +08:00
parent a390743342
commit fcf3d6dc8f

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"name": "gcc.exe build and debug active file", "name": "gcc.exe build and debug active file",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}\\built\\app.exe", // executable file "program": "${workspaceFolder}\\built\\bin\\app.exe", // executable file
"args": [], "args": [],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",