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,