Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

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

None

Value Returned

x_levels

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

Debug Functions


Return to top
 ⠀
X