Data Breakpoints
- Data Breakpoint
- Suspends program execution when a specific data memory (RAM) address is accessed according to a set of conditions.
Data Breakpoint Activities
- Set a Data Breakpoint
- Clear/Remove a Data Breakpoint
- Disable a Data Breakpoint
- Enable a Data Breakpoint
- Modify a Data Breakpoint's Properties
Some Example Uses
- View machine state when a variable is accessed (read or written)
- View machine state when a specific value is read or written to a variable (catch incorrect data)
- Determine if a data memory location is ever accessed