The Output window contains logs and transcripts from various systems within CrossStudio. Most notably, it contains the Build Log, Find Log, Source Navigator Log and Target Log.
Build Log
The build log contain the results of the last build, it is cleared automatically on each build. Errors detected by CrossStudio are shown in red, and warnings are shown yellow. Double-clicking an error or warning in the build log will open the offending file at the error position.
The command lines used to do the build can be echoed to the build log by setting the Building > Echo Build Command Lines environment option.
Find Log
The find log contains the results from a Find in Files operation, it is cleared automatically on each new search.
Each file containing a match is listed along with the matching line. Double-clicking a match will make the editor load the file and locate to the matching line.
Source Navigator Log
The Source Navigator log displays a list of the files that the source navigator has parsed and the time it has taken for each file to parse.
Target Log
The Target Log displays a trace of high-level loading and debug operations carried out on the target. In the case of downloading, uploading and verification it also displays the time it took to carry out each operation. The log is automatically cleared for each new download or debug session.
Output window user interface
The Output window is divided into a tool bar and the log display.
Output tool bar
| Button | Description |
|
|
Tree view Shows the log as a tree view. |
|
|
Flat view Shows the log as a flat view. |
Showing the Output window
To display the Output window if it is hidden, do one of the following:
- Click View > Output .
—or—
- Type Ctrl+Alt+O.
—or—
- Right click the tool bar area to display the View menu.
- From the popup menu, click Output.
Using the output window
Showing a specific log
To display a specific log, do one of the following:
- On the Output window tool bar, click the Output Pane List.
- From the list, click the log to display.
—or—
- Click View > Logs and select the log to display.
—or—
- Right click the tool bar area to display the View menu
- From the popup menu, click Logs and then the log to display.
Showing the Build Log
To display the build log in the output window, do one of the following:
- From the Build menu, click Show Build Log.
—or—
- Double click the Target Status panel in the status bar.
Showing the Target Log
To display the target log in the output window, do the following:
- Click Target > Show Target Log.