| |||
| Home > Setting Breakpoints > Finding a breakpoint in the code view | |||
You can quickly locate a software instruction (Instr)
or hardware execution (Exec) breakpoint in your
code.
To view the location where a breakpoint is set:
Select Break/Tracepoints from the View menu to display the Break/Tracepoints view, if it is not already visible. Figure 11.15 shows an example:
Right-click on the required breakpoint in the Break/Tracepoints view to display the context menu.
Select View Code from the context menu. The code view changes to show the location of the breakpoint:
If the breakpoint was set using an address reference, then the location is shown in the Disassembly tab. Figure 11.16 shows an example.
If the breakpoint was set using a source line reference, then the location is shown in the source file tab.