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

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