Hi Djangonians, I recently had an instance where it would have been really convenient to see the error and a traceback in the ``runserver`` console instead of just a single line telling me that the request returned a 500 error.
In the event of blind debugging, where a 3rd party tool is performing a request that renders in an error, is there a Django mechanism or extension that allows you to catch any exceptions that occur during a page load and redirect them to the ``runserver`` console in addition to displaying them in the template? For an optimistic moment I thought ``--traceback`` was a bit promising, but then it turned out that it doesn't really seem to do what I expected in the case of ``runserver``. I even considered switching to e-mail tracebacks but ended up writing a client to mimic the 3rd party tool's functionality instead. Your insights are appreciated. Regards, Friðrik Már --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

