Breakpoint Condition
The Breakpoints Condition dialog is used to enter a breakpoint condition expression for a breakpoint.
When a program is being debugged and the line is executed where the breakpoint is set, the breakpoint condition expression is evaluated. If it evaluates to True, then the breakpoint will break execution; otherwise, it does not.
Data Entry
Condition Enabled
The Condition Enabled checkbox determines whether the breakpoint condition expression is currently active or not.
- When this box is checked, the expression is active.
- When it is unchecked, the expression is inactive, which means that the breakpoint will behave as if there is no breakpoint condition expression at all.
Use this box to disable an expression without having to delete it. This will allow you to activate the expression again at a later date.
Expression
Enter a Boolean expression. When the breakpoint is encountered, this is the expression that will be evaluated to determine if the program breaks or not.