pudb 0.91.4
Python Urwid debugger
Latest Version: 2012.1
PuDB is a visual debugger for Python. It runs in the same terminal where you run your code. Installing it is as easy as:
easy_install pudb
Here's a screenshot:
Features
Why would you want to use pudb?
- Easy to use!
- Syntax Highlighting
- Offers better situational awareness than CLI-based debuggers
- Single keystroke for most commands
- Self-documenting
- Set breakpoints visually
- Easy access to a Python shell
Getting Started
To start debugging, simply insert:
from pudb import set_trace; set_trace()
into the piece of code you want to debug, or run the entire script with:
python -m pudb.run my-script.py
Getting the Development Version
You may obtain the development version using the Git version control tool.:
git clone http://git.tiker.net/trees/pudb.git
You may also browse the code online.
PuDB relies on the following excellent pieces of software:
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pudb-0.91.4.tar.gz (md5) | Source | 2009-06-14 | 18KB | 487 | |
- Author: Andreas Kloeckner
- Home Page: http://pypi.python.org/pypi/pudb
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Environment :: Console :: Curses
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: POSIX
- Operating System :: Unix
- Programming Language :: Python
- Programming Language :: Python :: 2
- Topic :: Software Development
- Topic :: Software Development :: Debuggers
- Topic :: Software Development :: Quality Assurance
- Topic :: System :: Recovery Tools
- Topic :: System :: Software Distribution
- Topic :: Terminals
- Topic :: Utilities
- Package Index Owner: inducer77
- DOAP record: pudb-0.91.4.xml
