7a7d9e78db5f7c23581356c17c814e4933773207
When eval receives invalid GDScript, script.reload() triggers a debugger break that halts the game loop permanently (especially with LocalDebugger which doesn't respect skip_breakpoints). Two-layer defense: 1. On startup, attempt to disable debugger breaks via EngineDebugger.send_message (works for RemoteDebugger) 2. When debugger is unsafe (LocalDebugger), validate eval code in an external headless Godot process before executing it in-process
Description
No description provided
Languages
GDScript
46.7%
Python
37%
HTML
12.2%
TypeScript
1.7%
GAP
1.2%
Other
1.2%