class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Fri, 14 Jun 2013 14:54:27 +0200
changeset 12905 75e8d64f1d33
parent 12904 550f2f25a5b4
child 12906 58e97bbbf5a4
class: Tools::CodeView2
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Fri Jun 14 14:25:13 2013 +0200
+++ b/Tools__CodeView2.st	Fri Jun 14 14:54:27 2013 +0200
@@ -2132,7 +2132,7 @@
         bpntService hasBreakpoints ifFalse:[
             ^ 'Sorry - cannot add breakpoint in the debugger (would need recompilation)\(can only add breakpoints if stopped at a method breakpoint)' withCRs
         ].
-        ^ 'Click to toggle existing breakpoint. Shift-Click to toggle tracepoint.\Sorry - cannot add new breakpoint in the debugger.' withCRs
+        ^ 'Click to toggle existing breakpoint. Shift-Click to toggle tracepoint.\Sorry - cannot add new breakpoint if method is already entered\(i.e. if not stopped at a method breakpoint).' withCRs
     ].
 
     ^ 'Click to toggle breakpoint. Shift-Click to toggle tracepoint.'
@@ -3473,15 +3473,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.78 2013-06-14 12:24:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.78 2013-06-14 12:24:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.78 2013-06-14 12:24:23 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
 ! !