Compiler Output tab

Compiler Output

Figure 1: Compiler Output tab

This tab shows:

  • Information about the last project compilation.
  • Information messages as well as Warnings and Errors (highlighted in red).
  • Successful and unsuccessful output is reported to help identify and troubleshoot problem areas of the program development.

Figure 2: Compiler Output tab with Warnings


  • Double-click an error to open the program in the workspace and jump directly to the relevant location in the editor.
    This lets you rework the program and fix the error.

    In Figure 2, the first warning is for Sample_Inst.
    Double click the item opens that item's location in the Dictionary.

    Figure 3: Item open in Dictionary

    When there is a long list of statements, only the bottom part is displayed. Do not forget to scroll up.