You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Always show output panel when debugging
This commit is contained in:
@@ -1087,6 +1087,9 @@ void ScriptEditorDebugger::start() {
|
||||
|
||||
stop();
|
||||
|
||||
if (!EditorNode::get_log()->is_visible()) {
|
||||
EditorNode::get_singleton()->make_bottom_panel_item_visible(EditorNode::get_log());
|
||||
}
|
||||
|
||||
uint16_t port = GLOBAL_DEF("debug/remote_port",6007);
|
||||
perf_history.clear();
|
||||
|
||||
Reference in New Issue
Block a user