| |||
| Home > Navigating the Source and Disassembly Views > About navigating the source and disassembly | |||
RealView® Debugger enables you to navigate to various parts of your source code or disassembly views. You can do this by specifying:
An explicit line number or a symbol in the source view. If the destination is in another source file, then that source file is opened.
An explicit address or a label in the disassembly view.
The Code window contains a Disassembly tab to show the disassembly view for your target. When you load an image containing debug information, the source file containing the image entry point is opened. An example is shown in Figure 5.1.