Event Breakpoints
- Event Breakpoint
- An Event Breakpoint suspends program execution when a specific hardware event occurs. Events include things such as watchdog timer overflow, sleep instruction execution, and clock mode switch, to name just a few.
Data Breakpoint Activities
- Set an Event Breakpoint
- Clear/Remove an Event Breakpoint
- Disable an Event Breakpoint
- Enable an Event Breakpoint
- Modify an Event Breakpoint's Properties
Some Example Uses
- View machine state after stack overflow/underflow
- View machine state after watchdog timeout
- Catch resets