I like the Werkzeug debugging middleware but I can't help but notice it doesn't understand threads, the only way to set a breakpoint is by inserting a '1/0' in the code, and I can't continue after hitting a breakpoint. Flickzeug doesn't do much for me either.
Would anyone else be interested in writing a web interface for a real debugger such as rpdb2 that would understand threads and let you set breakpoints wherever you like? I would love to have such a thing rather than having to fire up eclipse or some other GUI tool. One way might be to grab PuDB (http://pypi.python.org/pypi/pudb), a debugger that uses urwid for its display, and get it running under urwid's web interface to simulate an ncurses console with a web browser. Add password / remote ip address authentication for kicks and some nice clickable source code browsing and call it a day. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
