Use new dock system for Debugger

This commit is contained in:
Logan Detrick
2025-11-24 15:59:05 -08:00
parent 9dd6c4dbac
commit 45f4aebe24
6 changed files with 37 additions and 38 deletions

View File

@ -5321,7 +5321,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());
}
}