| |||
| Home > Working with Breakpoints > Breakpoints in RealView Debugger | |||
Breakpoints are specified locations where execution must stop. The breakpoint can be triggered by:
execution reaching the specified address
data reads or writes at a specified address or address range
breakpoint qualifiers passing specified test criteria
data values at the specified location, in the current context, becoming equal to a particular value or range.
When a breakpoint triggers, RealView Debugger can carry out higher level requests. For example you can:
attach macros to breakpoints
update windows or files
change the behavior of your application program.
You can also continue execution of your application program after RealView Debugger completes the specified operations.
This section describes: