pydb
An enhanced Python command-line debugger
Install
- All systems
-
curl cmd.cat/pydb.sh
- Debian
-
apt-get install pydb
- Ubuntu
-
apt-get install pydb
- Arch Linux
-
pacman -S pydb
- Kali Linux
-
apt-get install pydb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pydb
- Raspbian
-
apt-get install pydb
- Dockerfile
- dockerfile.run/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.