home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.0 / stk-3 / blt-for-STk-3.0 / blt-1.9 / man / debug.man < prev    next >
Encoding:
Text File  |  1995-07-01  |  1.7 KB  |  45 lines

  1. '\"
  2. '\" Copyright 1991-1994 by AT&T Bell Laboratories.
  3. '\"
  4. '\" Permission to use, copy, modify, and distribute this software
  5. '\" and its documentation for any purpose and without fee is hereby
  6. '\" granted, provided that the above copyright notice appear in all
  7. '\" copies and that both that the copyright notice and warranty
  8. '\" disclaimer appear in supporting documentation, and that the
  9. '\" names of AT&T Bell Laboratories any of their entities not be used
  10. '\" in advertising or publicity pertaining to distribution of the
  11. '\" software without specific, written prior permission.
  12. '\"
  13. '\" AT&T disclaims all warranties with regard to this software, including
  14. '\" all implied warranties of merchantability and fitness.  In no event
  15. '\" shall AT&T be liable for any special, indirect or consequential
  16. '\" damages or any damages whatsoever resulting from loss of use, data
  17. '\" or profits, whether in an action of contract, negligence or other
  18. '\" tortuous action, arising out of or in connection with the use or
  19. '\" performance of this software.
  20. '\"
  21. '\"
  22. .so man.macros
  23. .HS blt_debug cmds
  24. .BS
  25. '\" Note:  do not modify the .SH NAME line immediately below!
  26. .SH NAME
  27. blt_debug \- print Tcl commands before execution
  28. .SH SYNOPSIS
  29. \fBblt_debug\fR ?\fIlevel\fR?
  30. .BE
  31. .SH DESCRIPTION
  32. .PP
  33. This command acts as a simple trace for Tcl commands.
  34. The command is printed on standard error before and after substitutions 
  35. have occurred.
  36. \fILevel\fR indicates at what level to stop tracing commands.
  37. If \fIlevel\fR is 0, no tracing is performed. This is the default.
  38. .PP
  39. If no \fIlevel\fR argument is given, the current level is printed.
  40. .SH CAVEATS
  41. This interface will probably change dramatically in the next
  42. release with new functionality. 
  43. .SH KEYWORDS
  44. debug
  45.