Skip to main content

Python Urwid debugger

Project description

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:

.. image:: http://tiker.net/pub/pudb-screenshot.png

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 <http://git-scm.org/>`_
version control tool.::

git clone http://git.tiker.net/trees/pudb.git

You may also `browse the code <http://git.tiker.net/pudb.git>`_ online.

PuDB relies on the following excellent pieces of software:

* Ian Ward's `urwid <http://excess.org/urwid>`_ console UI library
* Georg Brandl's `pygments <http://pygments.org>`_ syntax highlighter

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pudb-0.91.3.tar.gz (19.4 kB view details)

Uploaded Source

File details

Details for the file pudb-0.91.3.tar.gz.

File metadata

  • Download URL: pudb-0.91.3.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pudb-0.91.3.tar.gz
Algorithm Hash digest
SHA256 d0a1d703ea0216e08b805e382f02af4682653d84d23a50a42c69fbbed6b2045a
MD5 257393e465e7a8fe4c5f5d3299de6398
BLAKE2b-256 069462335e43ddcc79ffb4127f8fb7f6dec4338bf413faa25e5fe0fe97b8c417

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page