Debug Python in Style
I’m happy to introduce PuDB, a full-screen, console-based visual debugger for Python that I recently cooked up.
Or install it simply by typing
easy_install pudb
into your Unix shell. Here’s a screenshot of it in action:
Python has had decent debugging support for a while …
more ...