Disable debugger halting on start
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@
|
||||
"preLaunchTask": "gdb-debug",
|
||||
"postDebugTask": "stop-emulation",
|
||||
"serverLaunchTimeout": 10000,
|
||||
"stopAtEntry": true,
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"externalConsole": true,
|
||||
|
||||
Reference in New Issue
Block a user