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

cont, continue

cont( 
)
=> no return value
continue( 
)
=> no return value

Description

Continues execution from a breakpoint. cont and continue are identical.

These functions work only within the break handler (which defaults to the SKILL debugger).

Arguments

None

Value Returned

None

Examples

break( ) ; puts you in the break handler
cont( ) ; exits the break handler

Related Topics

Debug Functions

break

breakpt


Return to top
 ⠀
X