*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 07 Mar 2005 12:17:36 +0100
changeset 6215 fc3c3024cdfa
parent 6214 bba5ec45b937
child 6216 5f56f6780ea3
*** empty log message ***
DebugView.st
--- a/DebugView.st	Fri Mar 04 15:17:40 2005 +0100
+++ b/DebugView.st	Mon Mar 07 12:17:36 2005 +0100
@@ -5309,6 +5309,7 @@
      Also sent to autoselect an interesting context on entry."
 
     BreakPointInterrupt handle:[:ex |
+        ignoreBreakpoints ifFalse:[ex reject].
         'DebugView [info]: breakpoint in debugger ignored [doShowSelection.]' infoPrintCR.
         ex proceed
     ] do:[
@@ -5867,7 +5868,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.380 2005-02-02 10:59:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.381 2005-03-07 11:17:36 cg Exp $'
 ! !
 
 DebugView initialize!