| |||
| Home > Working with Breakpoints > Setting breakpoints quickly > Quick breakpoints in disassembly-level view | |||
Double-click on the required instruction, on the Dsm tab, to set a breakpoint quickly, shown in Figure 5.4.
To set a breakpoint on the destination of a branch instruction:
Locate the required instruction in the Dsm tab.
Right-click to display the context menu, shown in Figure 5.5.
Select Set Instr Break.
The Break/Tracepoints pane is updated with the new breakpoint (if visible) and the Output pane shows the breakpoint command:
bi 0x8064
As with the source-level view, RealView Debugger sets a software or hardware breakpoint depending on where your program is stored and what breakpoints are available.
See Using the Break/Tracepoints pane for details on viewing breakpoints in the Break/Tracepoints pane.