Tracking down compilation errors
After a build finishes, Nsight displays the build output in the Console View. The build output shows the result of build and a user can inspect it to find out if it was successful or not. To assist with that Error Parsers scan build output and create Problem Markers which are presented in a variety of ways:
- as highlighted lines on the console,
- in the Problems View,
- as icon decorators in the Project Explorer on the file, its parent folders and the project,
- icons in editor's overview rulers,
- as squiggly line marking the problematic code in editor.
There are 3 types of Problem Markers: Errors
,
Warnings
and Info
.
A user can control how the markers are
generated on "Error Parsers" Preference page.
The following topics describe how to view and manage compile errors:
Jumping to errors
Filtering the Problems view
Tuning Error Parsers
Defining Project Build settings
Building projects
Error Parsers tab
Console View
Problems View
