diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 13463af..fd15efc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,7 @@ "type": "cppdbg",
"request": "launch",
"preLaunchTask": "Build c++",
- "program": "${workspaceFolder}/debug",
+ "program": "${workspaceFolder}/DEBUG_C",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
|