Skip to content

Debug & Troubleshoot

Follow these steps to enable debug logging:

  1. Open the Output panel:

    • Open View > Output, or press Shift+Cmd+U on macOS and Ctrl+Shift+U on Windows and Linux.

    Opening the output panel

  2. Select the DBCode output channel:

    • Use the output channel picker and select DBCode.

    Selecting DBCode output

  3. Set the log level:

    • Click Set Log Level in the Output panel toolbar and select Debug.

    Setting debug log level

Note: Debug mode will automatically stop after 30 minutes of inactivity to prevent excessive logging.

  • Once enabled, detailed debug output will appear in the output panel.

    Debug output example

To turn off debug logging, open the DBCode output channel, click Set Log Level, and select Info.