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