home *** CD-ROM | disk | FTP | other *** search
-
-
- Trace routines
- --------------
-
-
- You need to call TclaInitTrace(interp) to install the trace routines
- into your Tcl interpreter if you want them.
-
- Once you have called TclaInitTrace, you may execute 'trace level' to
- start tracing, where level is the call depth you want to start tracing
- at. (For more info, check out the trace(3) stuff in the Tcl manual.)
-
- It appears to be totally reasonable that, using the trace facility,
- a trace capability can be set up by which the user gets specified
- Tcl procedures to be called as a result of the trace routine being
- called, but I have yet to go so far.
-
-