changed: #isHaltToBeIgnoredIn:atLineNr:modifyEntryCount:
authorClaus Gittinger <cg@exept.de>
Fri, 30 Oct 2009 00:27:53 +0100
changeset 9132 8c4f2ce08633
parent 9131 3787cb7519e8
child 9133 6a958dd2a61a
changed: #isHaltToBeIgnoredIn:atLineNr:modifyEntryCount:
DebugView.st
--- a/DebugView.st	Thu Oct 29 20:58:07 2009 +0100
+++ b/DebugView.st	Fri Oct 30 00:27:53 2009 +0100
@@ -511,7 +511,7 @@
 
     IgnoredHalts isNil ifTrue:[^ false].
 
-    Transcript showCR:'halt/break in ',haltingMethod printString,' at ',lineNrInHaltingMethod printString.
+    "/ Transcript showCR:'halt/break in ',haltingMethod printString,' at ',lineNrInHaltingMethod printString.
     IgnoredHalts do:[:ign | 
         (ign isHaltIgnoredInMethod:haltingMethod line:lineNrInHaltingMethod) ifTrue:[
             Transcript showCR:'Debugger [info]: halt ignored in ', haltingMethod whoString.
@@ -6803,11 +6803,11 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.482 2009-10-29 19:58:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.483 2009-10-29 23:27:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.482 2009-10-29 19:58:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.483 2009-10-29 23:27:53 cg Exp $'
 ! !
 
 DebugView initialize!