Setting a Breakpoint on an Instruction Address
To set an address breakpoint on an assembler instruction, halt the target and double-click the marker bar located in the left margin in the Disassembly view. A new software breakpoint is created by default and displayed in the Breakpoints view. You can also see information about a particular breakpoint by hovering over its icon in the beginning of a corresponding code line.
Alternatively, follow these steps to set an address breakpoint:
- Halt the target by pressing thebutton.
- In the Breakpoints view, click thebutton.Alternatively, clickand select.
- In the opened dialog box, select theInstruction Breakpointradio button and specify the breakpoint address.
- Choose the breakpoint type: software or hardware.
- ClickOk.
Now you can resume the target and see how your breakpoints work.