DebugView.st
changeset 2150 a3148483962e
parent 2115 c134aa00bc7b
child 2172 dc9b1ed43f64
--- a/DebugView.st	Thu May 06 18:09:18 1999 +0200
+++ b/DebugView.st	Thu May 06 18:37:53 1999 +0200
@@ -1478,6 +1478,18 @@
     "Created: 24.7.1997 / 18:17:44 / cg"
 !
 
+reinitialize
+    "/ redefined - since the debugView runs on top of
+    "/ the debuggee, there would be no event loop for me.
+
+    drawableId notNil ifTrue:[
+        ^ self
+    ].
+    "physically create the view & subviews"
+    self recreate.
+
+!
+
 setLabelFor:aMessage in:aProcess
     |l nm|
 
@@ -3910,6 +3922,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.224 1999-04-23 12:40:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.225 1999-05-06 16:37:53 cg Exp $'
 ! !
 DebugView initialize!