# Debugging ColdBox Apps

We have a special module just for helping you monitor and debug ColdBox applications. To install, fire up CommandBox and install it as a dependency in your application.

## CbDebugger Requirements

* Hibernate extension (on Lucee)
* ORM package (on ACF 2021)

```bash
install cbdebugger --saveDev
```

Remember that this module is for development so use the `--saveDev` flag. This will install the ColdBox Debugger module for you, which will attach a debugger to the end of the request and give you lots of flexibility. Please read the instructions here in order to spice it up as you see fit: <https://github.com/coldbox-modules/cbdebugger>

![](https://825821834-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LA-UVvJIdbk5Kfk3bDs%2F-LDgKL1W1MSU_y31_XLP%2F-LDgKR7aBmCcvWzzWZ6j%2Fcachemonitor.jpg?generation=1527604693815800\&alt=media)
