mirror of
https://gitee.com/Lamdonn/varch.git
synced 2025-12-06 16:56:42 +08:00
fix debug issue
This commit is contained in:
parent
a390743342
commit
fcf3d6dc8f
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -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}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user