Web apps, tracebacks and emacs -- a rough recipe

Thomas Guettler zopestoller at thomas-guettler.de
Fri Aug 30 03:22:30 EDT 2002


Erwin S. Andreasen wrote:

> The last couple of days, I've been spending a lot of time working on a
> web application. Often I get a traceback in my browser, switch to
> emacs, switch to the file that caused it, go to the line with the
> problem and perhaps check back to see what the values of locals in the
> frame were.
> 
> I decided to try to to automate this process.
> 
> First, I changed my application to emit tracebacks with the mime
> content type "text/x-python-traceback".
> 



Thank you very much for this post! It inspired me to write
a extension to our CMS

thomas




More information about the Python-list mailing list