| |||
| Home > Working with Breakpoints > Setting conditional breakpoints | |||
When setting conditional breakpoints in your application program you can specify actions and qualifiers that control how RealView Debugger handles the breakpoint:
Test conditions that must be satisfied to trigger the breakpoint, for example testing a variable for a given value, or executing a function a set number of times, or successfully running a macro.
These are RealView Debugger actions completed when the breakpoint triggers, for example displaying a message or updating a window.
Specify the execution behavior immediately following completion of the actions, that is the program can stop or continue.
This section describes how to manage actions and qualifiers in conditional breakpoints: