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:
a > b
Note - To improve execution speed, you can limit single-stepping to a particular function using OptionWhile in.