scpt_get_traceback
Last updated March 2020
Name
scpt_get_traceback — Populate the top of the scriptlet stack with a traceback of the current excution stack
Synopsis
#include "modules/scriptlets/ec_scriptlet.h"
| int **scpt_get_traceback** (
| thr, | |
| | skip)
; | |
Description
Populate the top of the scriptlet stack with a traceback of the current excution stack.
- thr
-
The script thread. For a description of this data type see “scpt_thread”.
- skip
This function returns 1
.
It is legal to call this function in any thread.
See Also
Was this page helpful?