Add support for running hybrid apps from the XR editor

This commit is contained in:
Fredia Huya-Kouadio 2025-03-09 16:43:46 -07:00
parent 019ab8745f
commit 09f5be761c
20 changed files with 438 additions and 62 deletions

View file

@ -311,9 +311,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();