NAME

tuba - Tcl/Tk source code debugger, version 2.4

SYNOPSIS

tuba [options] application [application arguments]

DESCRIPTION

The tuba tool allows the user to debug Tcl and Tk programs without having to make any modifications to the application source code. Code is instrumented on the fly when it is sourced; the instrumentation makes calls back to the debugger so the user can perform basic debugging tasks such as setting breakpoints and single statement stepping.

This reference only covers the command line options. For a more detailed description of how to use tuba, please see the user's guide.

OPTIONS

SEE ALSO

testinstrumenter , USERS