Skip to main content

IAR Embedded Workbench for RX 5.20

Debug Log window

In this section:

The Debug Log window is available by choosing View>Messages>Debug Log.

DebugLog_Messages_02_Mym80.png

This window displays debugger output, such as diagnostic messages, macro-generated output, and information about trace. When opened, this window is, by default, grouped together with the other message windows.

Double-click any rows in one of the following formats to display the corresponding source code in the editor window:

<path> (<row>):<message>
<path> (<row>,<column>):<message>

See also Debug logging.