Skip to content

Commit

Permalink
Update launch.json to use cppdbg native use
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Dec 16, 2021
1 parent 9229efe commit 8937416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "(Windows) Launch",
"type": "cppvsdbg",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}\\build\\LwLibPROJECT.exe",
"miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe",
Expand Down

0 comments on commit 8937416

Please sign in to comment.