DebugView.st
changeset 4867 269d62a1ed27
parent 4859 462e871755e0
child 4871 ae57e3103b0b
equal deleted inserted replaced
4866:9ba5b3a8322c 4867:269d62a1ed27
  3080 
  3080 
  3081     "Created: / 14.10.1996 / 12:53:39 / cg"
  3081     "Created: / 14.10.1996 / 12:53:39 / cg"
  3082     "Modified: / 18.11.2001 / 01:00:55 / cg"
  3082     "Modified: / 18.11.2001 / 01:00:55 / cg"
  3083 ! !
  3083 ! !
  3084 
  3084 
  3085 !DebugView methodsFor:'menu / button actions'!
  3085 !DebugView methodsFor:'menu & button actions'!
  3086 
  3086 
  3087 addBreakpoint
  3087 addBreakpoint
  3088     "add a breakpoint on the selected contexts method - if any"
  3088     "add a breakpoint on the selected contexts method - if any"
  3089 
  3089 
  3090     |implementorClass method|
  3090     |implementorClass method|
  5839 ! !
  5839 ! !
  5840 
  5840 
  5841 !DebugView class methodsFor:'documentation'!
  5841 !DebugView class methodsFor:'documentation'!
  5842 
  5842 
  5843 version
  5843 version
  5844     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.339 2003-05-07 14:10:59 cg Exp $'
  5844     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.340 2003-05-07 14:52:53 cg Exp $'
  5845 ! !
  5845 ! !
  5846 
  5846 
  5847 DebugView initialize!
  5847 DebugView initialize!