Tools__CodeView2.st
changeset 12905 75e8d64f1d33
parent 12903 22da380892a5
child 12914 fbab25348919
equal deleted inserted replaced
12904:550f2f25a5b4 12905:75e8d64f1d33
  2130 
  2130 
  2131     (bpntService canCreateOrToggleBreakpointAtLine:nil) ifFalse:[
  2131     (bpntService canCreateOrToggleBreakpointAtLine:nil) ifFalse:[
  2132         bpntService hasBreakpoints ifFalse:[
  2132         bpntService hasBreakpoints ifFalse:[
  2133             ^ 'Sorry - cannot add breakpoint in the debugger (would need recompilation)\(can only add breakpoints if stopped at a method breakpoint)' withCRs
  2133             ^ 'Sorry - cannot add breakpoint in the debugger (would need recompilation)\(can only add breakpoints if stopped at a method breakpoint)' withCRs
  2134         ].
  2134         ].
  2135         ^ 'Click to toggle existing breakpoint. Shift-Click to toggle tracepoint.\Sorry - cannot add new breakpoint in the debugger.' withCRs
  2135         ^ '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
  2136     ].
  2136     ].
  2137 
  2137 
  2138     ^ 'Click to toggle breakpoint. Shift-Click to toggle tracepoint.'
  2138     ^ 'Click to toggle breakpoint. Shift-Click to toggle tracepoint.'
  2139 
  2139 
  2140     "Created: / 27-01-2012 / 14:04:52 / cg"
  2140     "Created: / 27-01-2012 / 14:04:52 / cg"
  3471 ! !
  3471 ! !
  3472 
  3472 
  3473 !CodeView2 class methodsFor:'documentation'!
  3473 !CodeView2 class methodsFor:'documentation'!
  3474 
  3474 
  3475 version
  3475 version
  3476     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.78 2013-06-14 12:24:23 cg Exp $'
  3476     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
  3477 !
  3477 !
  3478 
  3478 
  3479 version_CVS
  3479 version_CVS
  3480     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.78 2013-06-14 12:24:23 cg Exp $'
  3480     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
  3481 !
  3481 !
  3482 
  3482 
  3483 version_SVN
  3483 version_SVN
  3484     ^ '$Id: Tools__CodeView2.st,v 1.78 2013-06-14 12:24:23 cg Exp $'
  3484     ^ '$Id: Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $'
  3485 ! !
  3485 ! !
  3486 
  3486 
  3487 
  3487 
  3488 CodeView2 initialize!
  3488 CodeView2 initialize!