• Publicity: Public Only All

stack-trace-procs.tcl

Location:
packages/acs-tcl/tcl/stack-trace-procs.tcl
Created:
2000
Author:
bdolicki@branimir.com
CVS Identification:
$Id: stack-trace-procs.tcl,v 1.6 2024/09/11 06:15:48 gustafn Exp $

Procedures in this file

Detailed information

ad_log_stack_trace (public)

 ad_log_stack_trace

A wrapper for ad_print_stack_trace which does the logging for you.

Testcases:
No testcase defined.

ad_print_stack_trace (public)

 ad_print_stack_trace

Formerly known as PrintStackTrace. This is useful if you use catch but you'd still want to access the full Tcl stack trace e.g. to dump it into the log file This command truncatates the actual commands to improve readability while ad_get_tcl_call_stack dumps the full stack

See Also:

Testcases:
No testcase defined.
[ show source ]