checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 03 Mar 1997 22:37:04 +0100
changeset 1064 b19232fc79cb
parent 1063 cc4f9a5d49ac
child 1065 feacf3883438
checkin from browser
DebugView.st
--- a/DebugView.st	Mon Mar 03 21:45:15 1997 +0100
+++ b/DebugView.st	Mon Mar 03 22:37:04 1997 +0100
@@ -2142,7 +2142,7 @@
         ].
 
         stepHow == #nextOut ifTrue:[
-            steppedContext := con methodHome.
+            steppedContext := con home.
         ] ifFalse:[
             steppedContext := con.
         ].
@@ -2178,7 +2178,7 @@
         stepButton turnOff. nextButton turnOff. sendButton turnOff.
     ]
 
-    "Modified: 3.3.1997 / 21:44:30 / cg"
+    "Modified: 3.3.1997 / 22:36:14 / cg"
 !
 
 doStop
@@ -3404,5 +3404,5 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.141 1997-03-03 20:45:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.142 1997-03-03 21:37:04 cg Exp $'
 ! !