mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@88b9932ce1
This commit is contained in:
@@ -313,9 +313,7 @@ void EditorDebuggerNode::stop(bool p_force) {
|
||||
|
||||
// Also close all debugging sessions.
|
||||
_for_all(tabs, [&](ScriptEditorDebugger *dbg) {
|
||||
if (dbg->is_session_active()) {
|
||||
dbg->_stop_and_notify();
|
||||
}
|
||||
dbg->_stop_and_notify();
|
||||
});
|
||||
_break_state_changed();
|
||||
breakpoints.clear();
|
||||
|
||||
Reference in New Issue
Block a user