Tools__BreakpointService.st
changeset 14950 29261c456545
parent 14849 6a193ec6c01f
child 14971 a33058120f3d
--- a/Tools__BreakpointService.st	Fri Nov 28 17:14:43 2014 +0100
+++ b/Tools__BreakpointService.st	Fri Nov 28 18:36:09 2014 +0100
@@ -156,7 +156,7 @@
 
 You can proceed to set the breakpoint, but it will only affect the next call into this method, not the current invocation.'
                         yesLabel:'Set Breakpoint for Next Call' noLabel:'Ok') ifTrue:[
-self halt.
+"/ self halt.
                             ok := true.
                         ]
                 ] ifFalse:[
@@ -702,14 +702,14 @@
 !BreakpointService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.55 2014-11-19 20:40:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.56 2014-11-28 17:36:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.55 2014-11-19 20:40:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.56 2014-11-28 17:36:09 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__BreakpointService.st,v 1.55 2014-11-19 20:40:55 cg Exp $'
+    ^ '$Id: Tools__BreakpointService.st,v 1.56 2014-11-28 17:36:09 cg Exp $'
 ! !