Simulation Command Reference : Rational Statemate Actions : SET BREAKPOINTS

SET BREAKPOINTS

The SET BREAKPOINTS statement is used to define and enable a specified breakpoint.

Syntax:
set breakpoint [ breakpoint => ] trigger do
statement
[; statement ]
. . .
end breakpoint
 
where trigger is defined as: event_expression | every num_expression; and statement is any SCL statement except go
set breakpoint breakpoint_name
cancel breakpoint breakpoint_name

See Breakpoints for additional information on breakpoints.