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

debugStatus

debugStatus( 
) 
=> nil

Description

Prints the functions and variables being traced, functions that have breakpoints set, functions being counted, and the line breakpoints statistics.

Line breakpoints statistics include the file name and the line number on which line breakpoints have been set.

Arguments

None

Value Returned

nil

Always returns nil.

Examples

Returns nil and prints the debugging status of all functions.

debugStatus() 
=> nil

Sample output looks like:

Traced functions         (mytest) 
Traced variables (nil)
Traced properties (nil)
Breakpoints (myFunction1)
Counted functions nil
Line Breakpoints   (40 (("/home/deeptik/demo.il")))

Related Topics

breakpt

clear

count

tracef

tracev

tracep

unbreakpt


Return to top
 ⠀
X