| |||
| Home > RealView Debugger Features > Breakpoints in RealView Debugger > Events that determine when a breakpoint is hit | |||
You can set breakpoints that are hit when the following events occur:
the PC matches the address of the breakpoint
a memory location is accessed in a particular way (read-only, write-only, or read and write)
a specific data value is accessed at a specific memory location (read-only, write-only, or read and write)
a specific data value is accessed at any memory location (read-only, write-only, or read and write).
See Chapter 10 Setting Breakpoints for details.