ToolJet/docs/versioned_docs/version-2.24.0/tutorial/debugger.md
Shubhendra Singh Chauhan da46eaf136
[docs] git sync - docs v2.24 (#8078)
* [docs] gitsync

* [docs]git sync

* updates after review

* added flow diagram and use cases

* changes after review

* Update docs/docs/gitsync.md

* note for workspace constants

* Added docs v2.24.0
2023-12-13 16:27:58 +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