Defining Database Explorer Debug Mode

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 > Services from the main menu to open the Services window.
  2. In the Services 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:


Legal Notices