From b4b83d45e2158f7e48ad5559c9ea07bd39873924 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Fri, 23 May 2025 06:44:32 -0600 Subject: [PATCH] changed debug launch options --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6a9f67b..9bf4f7e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "type": "lldb", + "type": "cppvsdbg", "request": "launch", "name": "Debug", "program": "${workspaceFolder}/build/gbemu/Debug/gbemu.exe",