Tools__BreakpointService.st
changeset 13157 5226414cb2c1
parent 13152 778f0a1b39c2
child 13182 bc686a7cc736
child 13191 9745eed50f03
--- a/Tools__BreakpointService.st	Wed Jul 10 14:37:48 2013 +0200
+++ b/Tools__BreakpointService.st	Fri Jul 12 07:50:20 2013 +0200
@@ -393,7 +393,7 @@
             codeView topView class == DebugView ifTrue:[
                 Dialog warn:'Sorry, in an active method, I can only add new breakpoints in an already breakpointed method.
 (i.e. a method stopped at a method breakpoint or one which already has statement breakpoints)
-The reason is that the method needs to be recompiled for the breakpoint, which would not affect the currently executed method.'.
+The reason is that the method needs to be recompiled for the breakpoint, which would not affect the method being currently executed.'.
                 "/ Dialog warn:'Sorry, can only add a new breakpoint in a wrapped method which has not yet started.'.
             ] ifFalse:[
                 Dialog warn:'Sorry, cannot add a new breakpoint here.'.
@@ -504,14 +504,14 @@
 !BreakpointService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.30 2013-07-10 00:21:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.31 2013-07-12 05:50:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.30 2013-07-10 00:21:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointService.st,v 1.31 2013-07-12 05:50:20 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__BreakpointService.st,v 1.30 2013-07-10 00:21:16 cg Exp $'
+    ^ '$Id: Tools__BreakpointService.st,v 1.31 2013-07-12 05:50:20 cg Exp $'
 ! !