home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 488.lha / TCL_alpha2 / tcl.lzh / tcl / docs / tcla / trace.doc < prev    next >
Encoding:
Text File  |  1990-05-04  |  599 b   |  19 lines

  1.  
  2.  
  3. Trace routines
  4. --------------
  5.  
  6.  
  7. You need to call TclaInitTrace(interp) to install the trace routines 
  8. into your Tcl interpreter if you want them.
  9.  
  10. Once you have called TclaInitTrace, you may execute 'trace level' to
  11. start tracing, where level is the call depth you want to start tracing
  12. at.  (For more info, check out the trace(3) stuff in the Tcl manual.)
  13.  
  14. It appears to be totally reasonable that, using the trace facility,
  15. a trace capability can be set up by which the user gets specified
  16. Tcl procedures to be called as a result of the trace routine being
  17. called, but I have yet to go so far.
  18.  
  19.