Related Topics:| Breakpoints Window |
You can make any breakpoint conditional by choosing the option If. The debugger suspends execution when the breakpoint is hit, the condition set in the If option is met, and the parent event occurs.
To make a current breakpoint conditional:
Breakpoint or Execute
Set Breakpoints.
If and type any valid expression, including function calls, that evaluates to a Boolean or integer, in the Option text box.
To create a conditional breakpoint in the Breakpoints window:
Breakpoint or Execute
Set Breakpoints.
Stop.
If and type any valid expression, including function calls, that evaluates to a Boolean or integer, in the Option text box.