Batch Mode Simulation : The Order of SCL Statements Execution : Breakpoint Processing

Breakpoint Processing

The execution of an SCP is altered by the breakpoints in effect.

Breakpoint processing is handled as:

Breakpoint processing is interrupted:

When the SKIP statement is encountered (interactively or batch), the currently executing breakpoint is halted and any other breakpoints are skipped. That is, they are not processed for the current step.
When a GO is issued interactively, a SKIP is implied. The last GO is terminated, any breakpoints are skipped and the interactive go is executed.
The STOP_SCP statement can terminate a specific SCP or all SCPs, if no specific one is identified.