GitHub - inducer/pudb: Full-screen console debugger for Python (original) (raw)

PuDB: a console-based visual debugger for Python

Gitlab Build Status Github Build Status Python Package Index Release Page

Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it--in a terminal.

Here are some screenshots:

You may watch screencasts too:

Features

PuDB documentation

PuDB also has a mailing list that you may use to submit patches and requests for help. You can also send a pull request to the GitHub repository

Development Version

You may obtain the development version using the Gitversion control tool.:

git clone https://github.com/inducer/pudb.git

You may also browse the code online.