From f06ffc361900e0c0c15b2c95fade3f8e7dcde96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Sun, 29 Mar 2026 01:06:28 +0100 Subject: [PATCH] Disable debugger halting on start --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6f7a1ae..a9c1695 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,7 +13,7 @@ "preLaunchTask": "gdb-debug", "postDebugTask": "stop-emulation", "serverLaunchTimeout": 10000, - "stopAtEntry": true, + "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], "externalConsole": true,