# 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&#x26;token=0f73ea3b-90a7-422d-b0c6-34f5f6452031" alt=""><figcaption><p>Laravel Telescope</p></figcaption></figure>
