ilDebugCountLevels
ilDebugCountLevels(
)
=> x_levels
Description
Returns the number of top-level debug and error frames present in the SKILL stack if SKILL is in breakpoint or error top level. Otherwise, the function returns 1.
Arguments
Value Returned
|
Number of top-level error and debug frames present in the SKILL stack. |
Examples
To return the number of top-level error frames debugged in the SKILL stack:
ilDebugCountLevels();
Related Topics
Return to top