Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 44cb862

Browse files
committed
use same debugger on windows
1 parent b444a1c commit 44cb862

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "0.2.0",
66
"configurations": [
77

8+
89
{
910
"name": "Launch C++ Project",
1011
"type": "lldb",
@@ -21,7 +22,7 @@
2122
"console": "externalTerminal",
2223
"preLaunchTask": "build C++ Project",
2324
"windows": {
24-
"type": "cppvsdbg",
25+
//"type": "cppvsdbg",
2526
"request": "launch",
2627
"program": "${workspaceFolder}/builddir/cpp/myApp.exe",
2728
}

0 commit comments

Comments
 (0)