From 15d90fd02249b879a76b24168a77b1eb0fb148c8 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Thu, 16 Dec 2021 21:53:44 +0100 Subject: [PATCH] Update launch.json to use cppdbg native use --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ee70253..8b95413 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",