Correcting Errors in Source Code

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:

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

Legal Notices