Debug Log window
In this section:
The Debug Log window is available by choosing View>Messages>Debug Log.

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.

