| |||
| Home > RealView Debugger Features > Breakpoints in RealView Debugger > Conditional breakpoint activation | |||
You can assign one or more of the following conditions to a breakpoint to delay activation of that breakpoint:
after the breakpoint is hit a specified number of times
when the result of an expression is either true or false
when a specific instance of a C++ object is executed.
These are software conditions, because they are controlled by RealView Debugger. Although you can assign conditions to hardware breakpoints that are controlled by hardware, it is the software conditions that RealView Debugger uses to indicate that a breakpoint is conditional.