This commit is contained in:
Spartan322
2025-06-23 16:22:39 -04:00
121 changed files with 3295 additions and 1197 deletions

View File

@@ -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();