DebugView.st
changeset 7628 a2c2878586ea
parent 7627 4676f12a2497
child 7632 dec23bc52ab8
equal deleted inserted replaced
7627:4676f12a2497 7628:a2c2878586ea
   395         ]
   395         ]
   396     ].
   396     ].
   397     ^ i
   397     ^ i
   398 
   398 
   399     "
   399     "
   400        DefaultIcon := nil
   400      DefaultIcon := nil
   401     "
   401     "
   402 
   402 
   403     "Modified: / 19-03-1997 / 20:48:34 / ca"
   403     "Modified: / 19-03-1997 / 20:48:34 / ca"
   404     "Modified: / 06-02-2007 / 18:44:55 / cg"
   404     "Modified: / 06-02-2007 / 18:52:10 / cg"
   405 !
   405 !
   406 
   406 
   407 defaultVerboseBacktrace
   407 defaultVerboseBacktrace
   408     ^ VerboseBacktraceDefault
   408     ^ VerboseBacktraceDefault
   409 
   409 
  6003 ! !
  6003 ! !
  6004 
  6004 
  6005 !DebugView class methodsFor:'documentation'!
  6005 !DebugView class methodsFor:'documentation'!
  6006 
  6006 
  6007 version
  6007 version
  6008     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.409 2007-02-06 17:44:59 cg Exp $'
  6008     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.410 2007-02-06 17:52:10 cg Exp $'
  6009 ! !
  6009 ! !
  6010 
  6010 
  6011 DebugView initialize!
  6011 DebugView initialize!