pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
953 stars 146 forks source link

Error requests not activating toolbar #121

Open ripperdoc opened 6 years ago

ripperdoc commented 6 years ago

Usually when I need to use the Debug Toolbar is when I get an unexpected error, which can include a 500 or 404. But Debug Toolbar seems to only activate on 200 requests. Any reason for this, why not activate on other returns as well?