Enabling and Disabling Debug Mode to Monitor SQL Commands

Enable Debug mode to see SQL commands that are being sent to the database. By default, Debug mode is disabled.

To enable debug mode:

  1. Right-click on the Databases node and select Enable debug from the context menu; or
  2. Select Database Explorer under the Global Options tab in the Tools menu and toggle the Enable debug property on the property sheet to True/False.
  3. Once debug mode is enabled, Forte for Java sends SQL commands to the Output Window, where you can view the command log.

To disable debug mode:

  1. Select Disable debug on Databases, or.
  2. Select Database Explorer under the Project Settings tab in the Explorer and toggle the Enable
    debug property on the property sheet to False.
Debug mode does not list all SQL commands, only those which you cannot see.
For example, SQL queries for viewing data are not logged.
See also
Browsing Structures

Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.