Sequence Breakpoints
Sequence Breakpoint Activities
- Set a Sequence Breakpoint
- Remove a Breakpoint from a Sequence
- Clear/Remove a Sequence Breakpoint
- Disable a Sequence Breakpoint
- Enable a Sequence Breakpoint
- Change the Order of a Sequence's Breakpoints
Some Example Uses
- Examine the machine state after a specific set of events have occurred in a specific order.
A sequence breakpoint lets you set multiple criteria for a breakpoint. For example, suspend program execution (i.e., break) after it has first passed line 25 ten times, then a value of 6 is written to the variable count, and finally, a sleep instruction is executed.