5.17.3 Set Breakpoints with the Breakpoint Dialog
To open the New Breakpoint dialog, complete the following steps:
- Click on the Create New Breakpoint icon in the upper left of the Breakpoints window.
- Select . Choose a breakpoint type and set up options.
Selection | Description |
---|---|
Line | Break on a line of code in an Editor window. |
Data | Break on Reads/Writes to an address in data (RAM) memory. This includes SFR and symbol locations. |
Address | Break on the execution of an address in program (Flash) memory. |
Event | Break on a specific event, such as a reset, sleep/wake, watchdog timer time-out, etc. |
Function | Break on entry into a specified function. |
For options available for each breakpoint type, see 14.4 New Breakpoint Dialog.