FaqDebuggingConditionalBreakpoints
Conditional Breakpoints
Most of the breakpoints (line, method, field, exception) can be conditioned by a user defined expression.
The expression is evaluated in the place of breakpoint hit and must be of boolean type.
Examples of conditions:
- x > 1 && y < 10
- text.equals(name)
Applies to: NetBeans 6.x
Platforms: All
