aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorMaximillian2015-01-08 09:14:56 -0700
committerMaximillian2015-01-08 09:14:56 -0700
commitf1b9994cbcb682defb745e2d69503984324416be (patch)
tree6bfa0c48a802ef5421cd482a3ff14af0bd8b1a18 /tools/editor/script_editor_debugger.cpp
parent5c5519e2c896200652102d34cafde1315b3b9146 (diff)
downloadgodot-f1b9994cbcb682defb745e2d69503984324416be.tar.gz
godot-f1b9994cbcb682defb745e2d69503984324416be.tar.zst
godot-f1b9994cbcb682defb745e2d69503984324416be.zip
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
-rw-r--r--tools/editor/script_editor_debugger.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp
index 024377ad1..5043c5cdc 100644
--- a/tools/editor/script_editor_debugger.cpp
+++ b/tools/editor/script_editor_debugger.cpp
@@ -478,8 +478,6 @@ void ScriptEditorDebugger::_notification(int p_what) {
if (!connection->is_connected()) {
stop();
editor->notify_child_process_exited(); //somehow, exited
- msgdialog->set_text("Process being debugged exited.");
- msgdialog->popup_centered(Size2(250,100));
break;
};