next version
authorpenk
Thu, 01 Feb 2001 13:26:29 +0100
changeset 2963 c2df17414c2e
parent 2962 1ff0b78d044c
child 2964 68638120ee90
next version
DebugView.st
--- a/DebugView.st	Tue Jan 30 19:58:36 2001 +0100
+++ b/DebugView.st	Thu Feb 01 13:26:29 2001 +0100
@@ -1016,6 +1016,7 @@
 
         ObjectMemory stepInterruptHandler:self.
         Processor activeProcess stepInterruptHandler:self.
+        ObjectMemory flushCaches.
 
         Context singleStepInterruptRequest isHandled ifTrue:[
             "bigStep" steppedContextLineno notNil ifTrue:[   
@@ -4345,6 +4346,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.268 2000-12-18 14:34:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.269 2001-02-01 12:26:29 penk Exp $'
 ! !
 DebugView initialize!