ToolJet/docs/versioned_docs/version-2.65.0/tutorial/debugger.md
Aman Regu fed052a99b
[docs]: v2.65.0 (#10415)
* add date with time column

* add table component to date with time colum

* add aggregate and group by

* add docs for retry on network error

* add cookies

* add .env vars

* add docs for v2.65.0

* remove banner from v2.65.0

* update data types title

* update querying data title
2024-07-22 19:46:36 +05:30

828 B

id title
debugger Debugger

Debugger

The debugger captures errors that happens while running the queries. For example, when a database query fails due to the unavailability of a database or when a REST API query fails due to an incorrect URL, the errors will be displayed on the debugger. The debugger also displays relevant data related to the error along with the error message. Debugger is located on the left-sidebar.

debugger

Pin Debugger

You can click on the pin icon at the top-right corner of the debugger if you do not want the debugger to close. The debugger will remain open until it is unpinned.

pinned debugger