changed: #isHaltToBeIgnoredIn:atLineNr:modifyEntryCount:
authorClaus Gittinger <cg@exept.de>
Fri, 30 Oct 2009 00:28:20 +0100
changeset 9133 6a958dd2a61a
parent 9132 8c4f2ce08633
child 9134 e5c10f2053f0
changed: #isHaltToBeIgnoredIn:atLineNr:modifyEntryCount:
DebugView.st
--- a/DebugView.st	Fri Oct 30 00:27:53 2009 +0100
+++ b/DebugView.st	Fri Oct 30 00:28:20 2009 +0100
@@ -528,6 +528,9 @@
             ign isActive 
             and:[ (ign isForMethod:haltingMethod line:lineNrInHaltingMethod) not ]
         ].
+    IgnoredHalts isEmpty ifTrue:[
+        IgnoredHalts := nil.
+    ].
 
     ^ false.
 !
@@ -6803,11 +6806,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.483 2009-10-29 23:27:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.484 2009-10-29 23:28:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.483 2009-10-29 23:27:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.484 2009-10-29 23:28:20 cg Exp $'
 ! !
 
 DebugView initialize!