DebugView.st
changeset 2963 c2df17414c2e
parent 2914 f2607017f709
child 3030 5adb33d5111d
--- 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!