Getting Started with Predict Description and Generation

This document covers the following topics:


Setting the Preferences

Start of instruction setTo set the preferences

  1. From the Window menu, choose Preferences.

  2. In the tree of the resulting window, expand the Software AG node and select Predict Description and Generation.

    preferencestree

  3. Modify the desired values.

  4. Choose the OK button.

Enabling Tracing

You can enable tracing to troubleshoot configuration and connection issues. This option records what is happening internally within the component.

Start of instruction setTo enable tracing

  1. Activate the Enable tracing check box.

  2. Select the desired trace level from the Trace level spin box.

    The following trace levels can be set.

    Level Description
    SEVERE The SEVERE level designates error events that might still allow the application to continue running or will presumably lead the application to abort.
    WARNING The WARNING level designates potentially harmful situations.
    INFO The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.
    CONFIG The CONFIG level designates configuration issues.
    FINE The FINE level designates fine-grained informational events that are most useful to debug an application.
    FINER The FINER level designates finer-grained informational events than the FINE level.
    FINEST The FINEST level designates all informational events regarding trace.

    tracelevels

    Runtime information will now be provided in the standard Eclipse Console view.

Start of instruction setTo show the Console view

  • From the Window menu, choose Show View > Other > General > Console.

    The Console view appears.

    graphics/one-console-view.png

    For information on how to use this view, see the Eclipse documentation.