MiniDebugger.st
changeset 19925 a587d23acfc7
parent 19389 a5eb4f53c2b4
child 19948 be658f466bca
child 20420 79810aad4d09
--- a/MiniDebugger.st	Thu Jun 02 15:27:47 2016 +0200
+++ b/MiniDebugger.st	Thu Jun 02 21:07:19 2016 +0200
@@ -826,6 +826,7 @@
         ^ false
     ].
     (cmd == $Y) ifTrue:[
+        Display := nil.
         Smalltalk openDisplay.
         NewLauncher open.
         ^ true