ipdb

IPython-based pdb replacement

Install

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

python-ipdb

IPython-based pdb replacement

ipdb is a replacement for pdb Python debugger, adding IPython features (tab completion, syntax highlighting, better tracebacks, better introspection) to it. ipdb contains replacements for all functions from the pdb stdlib module. It also contains the ipdb binary which can be used instead of the pdb binary to debug standalone scripts.

python2-ipdb

IPython enabled Python debugger