Stephen, Please send requests like this to the appropriate mailing list. (I've cc'd them.)
Stephen Chapman <[email protected]> writes: > I am a fan of one of your projects pudb. I have a question though. I > am currently developing a framework that will allow me to use a javascript > frontend and do natural python programming on the back end. This involves > something kind of like what Pyro does.. where the javascript runs the > remote functions on the wsgi server. > > I was wondering. What would it take for me to build a web interface > like the one you have for pudb inside my app so that I can step debug my > wsgi python applications ? If I understand your request right, something that might help is Urwid's web_display screen might help: http://urwid.org/reference/display_modules.html#module-urwid.web_display Then you might be able to *use* pudb rather than rebuilding it. Andreas _______________________________________________ Pudb mailing list [email protected] https://lists.tiker.net/listinfo/pudb
