14.4.6 Pass Count Operation
Using a pass count allows you to delay breaking until after a specified count.
Operation | Description |
---|---|
Break occurs Count Instructions after Event |
Count is the number of instructions that execution passes after the breakpoint but before stopping. For example,
|
Event must occur Count times |
Count is the number of times that execution passes the event until stopping. For example,
|