Debug Python in Style

I'm happy to introduce PuDB, a full-screen, console-based visual debugger for Python that I recently cooked up.

[Download it here](http://pypi.python.org/pypi/pudb)

Or install it simply by typing

easy_install pudb

into your Unix shell. Here's a screenshot of it in action:

PuDB screenshot

Python has had decent debugging …

more ...