Problems view

As you work with resources in the workbench, various builders may automatically log problems, errors, or warnings in the Problems view. For example, when you save a Java source file that contains syntax errors, those will be logged in the Problems view. When you double-click the icon for a problem, error, or warning, the editor for the associated resource automatically opens to the relevant line of code. 

Picture of the Problems view with two warnings added to it.

The first column of the Problems view displays an icon that denotes the type of line item. Click on the item to open the file in an editor, the line containing the problem will be highlighted.

You can filter line items in the Problems view, to view only warnings and errors associated with a particular resource or group of resources.

Picture of the Filters options.

To add the Problems view to the current perspective, click Window > Show View > Other > Basic > Problems.

Related concepts
Markers
Bookmarks
Tasks view

Related tasks
Opening views
Moving and docking views
Automatically fixing problems