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
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-pudb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pudb-2024.1.tar.gz | 0000226023 221 KB | |
python-pudb.changes | 0000006393 6.24 KB | |
python-pudb.spec | 0000002795 2.73 KB |
Revision 12 (latest revision is 14)
Ana Guerrero (anag+factory)
accepted
request 1158432
from
Dirk Mueller (dirkmueller)
(revision 12)
- update to 2024.1: * Show shell error messages in fallback shell * Improve zsh completion * Fix intersphinx mapping format * Use deque with maxsize for command line history * Restore cmdline text input when browsing history * Give each theme its own file * Revise UI elements for legibility * Remove dependence on telnetlib which was removed in python 3.13 - Update to version 2022.1.3 - Update to version 2022.1.2 * Should work with Python 3.6 and newer. (Versions 2019.2 and older continue to support Python 2.7.) * Use urwid.util.calc_text_pos() in make_canvas()
Comments 0