This post originated from an RSS feed registered with Python Buzz
by Ian Bicking.
Original Post: pdb in the browser
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
People have asked me a few times about evalexception and pdb — they’d like to be able to use something like pdb through the browser, stepping through code.
The technique I used for tracebacks wouldn’t really work for pdb. For a traceback I saved all the information from the frames — mostly just the local [...]