> For the complete documentation index, see [llms.txt](https://docs.launchstack.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.launchstack.app/backend/debugging.md).

# Debugging

The LaunchStack comes with Laravel Telescope as default for debugging your application like:

* Requests
* Commands
* Schedule
* Queue Jobs
* Batches
* Cache
* Events
* Exceptions
* Logging
* Mail
* Models
* Notifications
* Queries
* Redis
* Views

{% hint style="danger" %}
The telescope not will be installed on production, it's a required dev composer package.
{% endhint %}

<figure><img src="https://2817866723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3E47fqhZjdekrDACG84x%2Fuploads%2FUocAPfTIl350vNj0Z2FA%2FScreenshot%202023-03-28%20at%202.37.08%20PM.png?alt=media&amp;token=0f73ea3b-90a7-422d-b0c6-34f5f6452031" alt=""><figcaption><p>Laravel Telescope</p></figcaption></figure>
