Disable debugger halting on start

This commit is contained in:
2026-03-29 01:06:28 +01:00
parent b873ac24ca
commit f06ffc3619

2
.vscode/launch.json vendored
View File

@@ -13,7 +13,7 @@
"preLaunchTask": "gdb-debug", "preLaunchTask": "gdb-debug",
"postDebugTask": "stop-emulation", "postDebugTask": "stop-emulation",
"serverLaunchTimeout": 10000, "serverLaunchTimeout": 10000,
"stopAtEntry": true, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"environment": [], "environment": [],
"externalConsole": true, "externalConsole": true,