Defining Database Explorer Debug Mode

See Also

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

To enable debug mode:

  1. Choose Window > Runtime from the main menu to open the Runtime window.
  2. In the Runtime window, right-click the Databases node and choose Enable Debug.

    Once debug mode is enabled, the IDE sends SQL statements to the Output window, where you can view the log of statements. Debug mode does not list all SQL statements, only those which you cannot see. For example, SQL queries for viewing data are not logged.

To disable debug mode:

  1. In the Runtime window, right-click the Databases node and choose Disable Debug.
See Also
Defining Database Explorer Properties

Legal Notices