If there are syntax errors in your source code, the IDE lists them in the Output window after a compile. The first error is highlighted in red.
To go to an error in the source code:
The file containing the error opens in the Source Editor. The line where the error occurred is highlighted in green, and the pointer is placed at the offending syntax.
![]() |
You can navigate through multiple errors in the source code using the Next Error (F12) and Previous Error (Shift-F12) commands on the Build menu. You can save the error messages by right-clicking in the Output window and choosing Copy to Clipboard. |
See also | |
---|---|
Stopping a Compile
Disabling Compilation of a Single Source File |