Software Details:
Version: 2013.3.2
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 79
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
Features:
- 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
Comments not found