mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Keep debugger selected tab open when pressing the pause button
This commit is contained in:
parent
4c4ab140b4
commit
f20680947b
1 changed files with 2 additions and 1 deletions
|
|
@ -338,8 +338,9 @@ void ScriptEditorDebugger::_parse_message(const String& p_msg,const Array& p_dat
|
||||||
docontinue->set_disabled(false);
|
docontinue->set_disabled(false);
|
||||||
emit_signal("breaked",true,can_continue);
|
emit_signal("breaked",true,can_continue);
|
||||||
OS::get_singleton()->move_window_to_foreground();
|
OS::get_singleton()->move_window_to_foreground();
|
||||||
if (!profiler->is_seeking())
|
if (error!="") {
|
||||||
tabs->set_current_tab(0);
|
tabs->set_current_tab(0);
|
||||||
|
}
|
||||||
|
|
||||||
profiler->set_enabled(false);
|
profiler->set_enabled(false);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue