A full-screen, console-based Python debugger
PuDB is a full-screen, console-based visual debugger for Python.
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. If you've worked with the excellent
(but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might look
familiar.
- Developed at devel:languages:python
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-pudb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pudb-2020.1.tar.gz | 0000070838 69.2 KB | |
python-pudb.changes | 0000002829 2.76 KB | |
python-pudb.spec | 0000002726 2.66 KB |
Revision 7 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 864376
from
Matej Cepl (mcepl)
(revision 7)
* Update to 2020.1: - Use Jedi for completion in the built-in shell - Add vi keys for sidebar - Clean up vi key handling, remove duplication - add -m switch to run as module - Require Py3.6 - Use h/l to collapse/open containers in var view - feat: add reverse remote pudb * Fix dealing with alternatives.
Comments 0