Navigating Between Error Lines

When you compile your source files, any compiler errors are listed in the Output window. You can double-click an error in the Output window to jump to the corresponding line in your source file. Once the source file is open in the Code Editor, you can use the Edit > Go To menu to navigate between compilation errors. To go to the previous error line in the Output window error list, expand the Go To submenu and select Previous Error. To move the cursor to the next error line, select Next Error.