Use the following toolbar items to access tools and information in source view. See Demo: Source View Toolbar for a short demo showing how to use some of the toolbar buttons.
Button |
Name |
Purpose |
---|---|---|
Source Only |
Displays high-level programming language. Viewing this mode requires symbol information. | |
|
Mixed By Execution |
Displays high-level programming language together with its related assembly instructions according to the order of their execution. Viewing this mode requires symbol information. Right-click on the source pane and choose Mixing Mode > to choose from the different mixed code formats. |
Mixed by Source |
Displays the assembly lines that are generated from each source line. | |
Mixed by Combination |
Displays both the source and the disassembly code in their order. | |
Disassembly Only |
Display the disassembly code of the module. | |
Bookmark On/Off |
Adds a new bookmark in this line, or deletes an existing bookmark. Use bookmarks to enable navigation in the source file.
| |
Clear All Bookmarks |
Deletes all bookmarks.
| |
Go to Previous Bookmark |
Goes to the previous bookmark.
| |
Go to Next Bookmark |
Goes to the next bookmark.
| |
Go to Previous Penalty/Warning |
Goes to the previous penalty or warning. This option is available only for disassembly or mixed mode.
| |
Go to Next Penalty/Warning |
Goes to the next penalty or warning. This option is available only for disassembly or mixed mode.
| |
Go to Next Portal |
Goes to the next portal. This button is enabled only when line number information is not available. | |
Go to Previous Portal |
Goes to the previous portal. This button is enabled only when line number information is not available. | |
Go to Previous Function |
Goes to the previous function declaration. | |
Go to Next Function |
Goes to the next function declaration. | |
|
Optimization Report |
Opens the compiler optimization report for the selected code lines. |
Go to Largest Hotspot |
Goes to the code section with the highest number of samples collected for the selected event/event ratio. See Hotspot Navigation for details. | |
Go to Previous Hotspot |
Goes to the previous (in decreasing order) hotspot for the selected event/event ratio. See Hotspot Navigation for details. | |
Go to Next Hotspot |
Goes to the next (in decreasing order) hotspot for the selected event/event ratio. See Hotspot Navigation for details. | |
Go to Smallest Hotspot |
Goes to the smallest non-zero hotspot for the selected event/event ratio. See Hotspot Navigation for details. | |
Help |
Opens the on-line help on the source view. |