DebugView.st
changeset 1753 f86f3eb53b2a
parent 1725 40a8fdab9974
child 1762 cd2bec8238fa
--- a/DebugView.st	Mon Jul 27 13:44:58 1998 +0200
+++ b/DebugView.st	Mon Jul 27 17:23:09 1998 +0200
@@ -653,8 +653,9 @@
                  and:[con1 home == steppedContext]) ifTrue:[
                     selection := 1
                 ] ifFalse:[
-                    (con2 home notNil 
-                    and:[con2 home == steppedContext]) ifTrue:[
+                    (con2 notNil
+                    and:[con2 home notNil 
+                    and:[con2 home == steppedContext]]) ifTrue:[
                         selection := 2
                     ]
                 ].
@@ -981,7 +982,7 @@
 
     "Modified: / 17.4.1997 / 13:01:32 / stefan"
     "Created: / 30.10.1997 / 21:08:18 / cg"
-    "Modified: / 5.2.1998 / 17:14:17 / cg"
+    "Modified: / 27.7.1998 / 17:20:12 / cg"
 !
 
 openOn:aProcess
@@ -3778,6 +3779,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.208 1998-07-16 19:19:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.209 1998-07-27 15:23:09 cg Exp $'
 ! !
 DebugView initialize!