| |||
| Home > The Trace Window Display > Trace-specific GUI | |||
When navigating in the Trace window, you can right-click with the mouse to select Trace view specific options. Figure 6.2 shows these options.
The Trace view right-click options are:
Clears the current contents of both the Trace window and the trace capture buffer.
Saves the current trace details to a file. Toggles to Cancel log file while trace details are being saved (see Saving the trace output to file for details).
Copies the currently selected lines in the view to the clipboard. You can use the standard Windows extended selection techniques to select multiple lines.
Starts (if not started) or stops (if already started) tracing using the currently defined rules. The menu item name changes to show the available action.
You must also define a rule that includes the Enable tracing action and then execute code before any trace information is displayed in the view.
Restart the current trace session, reloading all available information from the trace capture hardware.
You can use the trace information to
display a trace line with a specific index
locate content in another AXD view based on an address taken from the selected trace line:
for data access trace lines, the address is the data memory address
for instruction trace lines, the address is the instruction address
for other lines (for example, trace interruption markers) there is no defined address.
The possible views are shown in Figure 6.3.
Displays the current image source window at the line of source code corresponding to the highlighted line in the Trace window.
Displays the current image disassembly window at the line of ARM assembly code corresponding to the highlighted line in the Trace window
Displays a memory window showing memory at the address provided from the traced line.
Use this item to scroll the Trace window to show a line with a specified index number. Selecting this item displays the Goto index number dialog box, enabling you to enter the number of the line to show.
If you enter an index number that does not exist, because index numbers skip values, the window scrolls to show the line nearest the one you asked for.
You can select this to enable automatic scrolling in the currently active source or disassembly window (see Viewing trace output with source code).
You can interleave assembly instructions and high-level source code in the trace view by enabling this item.
Specifies which columns are displayed in the Trace window. Select or deselect those columns which you want or do not want displayed, respectively:
The possible columns are shown in Figure 6.4.
For a description of these columns, see Trace window output.
For details on adjusting the column width and column order, see Adjusting the displayed columns.
Specifies the numerical format in which values in the Data column appear.
The possible formats are shown in Figure 6.5. Refer to the ADS Debuggers Guide for further information.