I'd like to be able to just see any errors on the command line where I'm running paster. Most of my application is AJAX so the interactive debugger doesn't help me most of the time and I'm getting tired of copying the url all the time.
Documentation isn't too clear, so li'l help please.
UPDATE: Further reading in the doc shows me that it has something to do with the ErrorHandler middleware which will produce ErrorMiddleware in production and EvalException middleware in dev. What I'm looking for is some way to make the EvalException still emit the traceback rather than just the debug link to the console. I don't want to remove the existing functionality of the interactive debugger. Just have my Traceback and eat it too.