The PuDB project is a visual debugger for Python. It runs in the same terminal where you run your code.
Installation:
Installing it is as easy as:
easy_install pudb
Product's homepage
Here are some key features of "PuDB":
· Easy to use!
· Syntax Highlighting
· Offers Better situational awareness than CLI-based pdb
· Single keystroke for most commands
· Self-documenting
· Set breakpoints visually
· Easy access to a Python shell
· Almost as lightweight as Python's included debugger, pdb.
Requirements:
· Python