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",
"postDebugTask": "stop-emulation",
"serverLaunchTimeout": 10000,
"stopAtEntry": true,
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": true,