| |||
| Home > Working with Breakpoints > Setting conditional breakpoints | |||
Conditional breakpoints have condition qualifiers assigned to test for conditions that must be satisfied to trigger the breakpoint. For example, you can:
test a variable for a given value
execute a function a set number of times
run a macro.
This section includes: