nstcl  >  Documentation  >  nstcl-misc  >  ad_get_tcl_call_stack

Tcl Powered!

ad_get_tcl_call_stack

NAME

ad_get_tcl_call_stack — Returns cummulative information about the call stack

SYNOPSIS

package require nstcl-misc ?1.0?
package require nstcl ?1.0?

::nstcl::ad_get_tcl_call_stack ?level?

DESCRIPTION

Returns cummulative information about the call stack, useful for debugging. If -level is not specified, level defaults to 2. This option specifies how far up the stack to begin reporting from. A setting of 0, for instance, would list the call to ad_get_tcl_call_stack itself.

KEYWORDS

misc, nstcl