logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bltdebug - print Tcl commands before execution

Description

The bltdebug command is a simple tracing facility for Tcl commands. Each command line is printed before it is executed on standard error. The output consists of the command line both before and after substitutions have occurred. Level indicates at what level to stop tracing commands. If level is 0, no tracing is performed. This is the default. If no level argument is given, the current level is printed.

Keywords

debug BLT 2.5 blt::bltdebug(3tcl)

Name

bltdebug - print Tcl commands before execution

Synopsis

bltdebug ?level? _________________________________________________________________

See Also