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

clear

clear( 
) 
=> t

Description

Clears all tracing and breakpoints.

This function undoes the effects of tracef, tracep, tracev, and breakpt.

Arguments

None

Value Returned

t

Always returns t.

Examples

Untraces all functions and variables and clears all breakpoints.

clear() 
=> t

Related Topics

Debug Functions

breakpt

tracef

tracep

tracev


Return to top
 ⠀
X