godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.3k stars 21.24k forks source link

Disable debugger evaluator when there is no stack dump #99522

Open reach-satori opened 7 hours ago

reach-satori commented 7 hours ago

Fixes https://github.com/godotengine/godot/issues/99005

The error is expected (expected, i.e. there is really no stack trace), the resume part is some weird bug. But the evaluator should just stay disabled in this case.