pydb

An enhanced Python command-line debugger

Install

All systems
curl cmd.cat/pydb.sh
Debian Debian
apt-get install pydb
Ubuntu
apt-get install pydb
Arch Arch Linux
pacman -S pydb
image/svg+xml Kali Linux
apt-get install pydb
Windows (WSL2)
sudo apt-get update sudo apt-get install pydb
Raspbian
apt-get install pydb

pydb

An enhanced Python command-line debugger

Pydb is a command-line debugger for Python. It is based on the standard Python debugger pdb, but has a number of added features. Particularly, it is suitable for use with DDD, a graphical debugger front end.