Skip to content

Commit 07e0eb6

Browse files
author
Zhiwen Dai
committed
fix(debug): Update launch configuration to point to the correct debug executable path
1 parent 4b06305 commit 07e0eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_cpp/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"type": "cppvsdbg",
5858
"request": "launch",
5959
"name": "Debug (msvc)",
60-
"program": "${workspaceFolder}/build/test_debugmate.exe",
60+
"program": "${workspaceFolder}/build/Debug/test_debugmate.exe",
6161
// "program": "${workspaceFolder}/build/RelWithDebInfo/test_debugmate.exe",
6262
"args": [],
6363
"stopAtEntry": false,

0 commit comments

Comments
 (0)