diff options
| author | Franklin Sobrinho | 2016-07-17 09:17:35 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2016-07-17 09:27:36 -0300 |
| commit | f20680947bde28dfc10fcee4fc7c2949b111a40a (patch) | |
| tree | 947f37c6ba780d5c9eba025d6fd19292efb77159 /tools/editor/script_editor_debugger.cpp | |
| parent | 4c4ab140b4569f2700517a13b20127eb7542b3ec (diff) | |
| download | godot-f20680947bde28dfc10fcee4fc7c2949b111a40a.tar.gz godot-f20680947bde28dfc10fcee4fc7c2949b111a40a.tar.zst godot-f20680947bde28dfc10fcee4fc7c2949b111a40a.zip | |
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
| -rw-r--r-- | tools/editor/script_editor_debugger.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index fc746bc21..b6390e5aa 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -338,8 +338,9 @@ void ScriptEditorDebugger::_parse_message(const String& p_msg,const Array& p_dat docontinue->set_disabled(false); emit_signal("breaked",true,can_continue); OS::get_singleton()->move_window_to_foreground(); - if (!profiler->is_seeking()) + if (error!="") { tabs->set_current_tab(0); + } profiler->set_enabled(false); |
