Conditional breakpoints and conditional watchpoints only break execution when a coded condition or a hit count is satisfied. You can combine both a condition and a hit count, where both must be satisfied before execution will break.
To set a conditional breakpoint or watchpoint:
This opens a Properties dialog box.
The conditional breakpoint or watchpoint is set, as indicated in the marker bar, and will in effect the next time you debug the application.
When debugging conditional watchpoints, since execution breaks when the item has been changed, the cursor position will be on the statement after the statement that caused the data item to change value.