pudb3
full-screen, console-based Python3 debugger
Install
- All systems
-
curl cmd.cat/pudb3.sh
- Debian
-
apt-get install python3-pudb - Ubuntu
-
apt-get install python3-pudb - Arch Linux
-
pacman -S python-pudb - Kali Linux
-
apt-get install python3-pudb - Fedora
-
dnf install python3-pudb - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-pudb - Raspbian
-
apt-get install python3-pudb
python3-pudb
full-screen, console-based Python3 debugger
PuDB is a full-screen, console-based visual debugger for Python3. 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.
python-pudb
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.