Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

3.6.2 Using the Problems view to locate an error

If an error occurs during a build for a project, the Problems view displays the error. To locate an error:

  1. Errors are indicated as follows:

    • The Problems view displays a list of errors.

    • The lines containing errors are highlighted in the editor.

  2. Double-click on an error in the Problems view, or select an error and then select Go To from the context menu. The file containing the detected error is opened in the editor, and the relevant location is highlighted.

  3. Use the editor to modify erroneous coding and re-build the project. When the problem is resolved, the Problems view no longer displays the error.

Note

If the folder path is not displayed in the Problems view in the Path item, the error position cannot be identified, even Go to is selected from the context menu. This applies if the compile error is in a library external to the project.