File: bltdebug.html

package info (click to toggle)
blt8.0 2.4f-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,440 kB
  • ctags: 6,543
  • sloc: ansic: 57,358; tcl: 10,169; sh: 1,694; makefile: 551
file content (35 lines) | stat: -rw-r--r-- 1,354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
                     <!-- manual page source format generated by PolyglotMan v3.0.7, -->
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->

<HTML>
<HEAD>
<TITLE>1610(sed) manual page</TITLE>
</HEAD>
<BODY bgcolor=white>
<A HREF="#toc">Table of Contents</A><P>
 
<H2><A NAME="sect0" HREF="#toc0">Name </A></H2>
bltdebug - print Tcl commands before execution 
 
<H2><A NAME="sect1" HREF="#toc1">Synopsis </A></H2>
<B>bltdebug </B> ?<I>level </I>?  
<H2><A NAME="sect2" HREF="#toc2">Description </A></H2>
The <B>bltdebug </B> 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.  <I>Level </I> indicates at 
what level to stop tracing commands.  If <I>level </I> is <I>0 </I>, no tracing is performed. 
This is the default.  If no <I>level </I> argument is given, the current level 
is printed.  
<H2><A NAME="sect3" HREF="#toc3">Keywords </A></H2>
debug <P>

<HR><P>
<A NAME="toc"><B>Table of Contents</B></A><P>
<UL>
<LI><A NAME="toc0" HREF="#sect0">Name</A></LI>
<LI><A NAME="toc1" HREF="#sect1">Synopsis</A></LI>
<LI><A NAME="toc2" HREF="#sect2">Description</A></LI>
<LI><A NAME="toc3" HREF="#sect3">Keywords</A></LI>
</UL>
</BODY></HTML>