Related Topics:| Data Change Tracking | Breaking On Value Change |
| Breaking On Modify | Breakpoints Window |
The On Condition breakpoint accepts an arbitrary integer expression, and triggers when the expression evaluates to Boolean, or true. Like On Value Change, On Condition uses implicit single-stepping and is often quite slow.
To set an On Condition breakpoint:
Breakpoints or Execute
Set Breakpoints.
On Condition and type the expression you want to watch in the Event text box. For example:
a > b
Stop.
Note - To improve execution speed, you can limit single-stepping to a particular function using OptionWhile in.