Merge pull request #113133 from lodetrick/debugger-dock

Use new dock system for Debugger
This commit is contained in:
Rémi Verschelde
2025-11-27 09:55:59 +01:00
6 changed files with 37 additions and 38 deletions

View File

@ -5322,7 +5322,7 @@ void EditorNode::_project_run_started() {
if (action_on_play == ACTION_ON_PLAY_OPEN_OUTPUT) {
editor_dock_manager->focus_dock(log);
} else if (action_on_play == ACTION_ON_PLAY_OPEN_DEBUGGER) {
bottom_panel->make_item_visible(EditorDebuggerNode::get_singleton());
editor_dock_manager->focus_dock(EditorDebuggerNode::get_singleton());
}
}