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

unwatch

unwatch( 
[ s_symbol...] 
) 
=> t

Description

Clears watchpoints set on the specified variables.

Arguments

s_symbol

Names of the variables for which the watchpoints need to be cleared.

Value Returned

t

Watchpoints successfully cleared.

Examples

unwatch( x ) => t

Related Topics

Debug Functions


Return to top
 ⠀
X