Update launch.json to use cppdbg native use

This commit is contained in:
Tilen Majerle 2021-12-16 21:53:44 +01:00
parent 85e9e0cef7
commit 15d90fd022

2
.vscode/launch.json vendored
View File

@ -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",