mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #103972 from m4gr3d/xr_editor_hybrid_support
Add support for running hybrid apps from the XR editor
This commit is contained in:
commit
f7c6f0057c
20 changed files with 438 additions and 62 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue