Always show output panel when debugging
(cherry picked from commit 8514eaf34b
)
This commit is contained in:
parent
3f30a22cb0
commit
c007d31e52
1 changed files with 3 additions and 0 deletions
|
@ -1086,6 +1086,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();
|
||||
|
|
Loading…
Reference in a new issue