ad_get_tcl_call_stack

EveAndersson.com : API Browser : ad_get_tcl_call_stack

ad_get_tcl_call_stack (public)

ad_get_tcl_call_stack [ level ]
Defined in packages/acs-core/utilities-procs.tcl

Returns a stack trace from where the caller was called.

Parameters:
level (defaults to "-2") - The level to start from, relative to this proc. Defaults to -2, meaning the proc that called this proc's caller.
Author:
Lars Pind <lars@pinds.com>
[ show source ]

Show another procedure:

eve@eveandersson.com