You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2017. It is now read-only.
== Using the Paste !EvalException middleware with CherryPy ==
When developing you application you may want to inspect in details the exception or error traceback, [http://pythonpaste.org/ Paste] provides the [http://pythonpaste.org/class-paste.evalexception.middleware.EvalException.html evalexception] module which comes with a set of WSGI middleware to perform advances debugging tasks. !CherryPy let you use this module and benefit from its features. Below is a basi example on how to set it up.