ipdb
IPython-based pdb replacement
Install
- All systems
-
curl cmd.cat/ipdb.sh
- Debian
-
apt-get install python-ipdb
- Ubuntu
-
apt-get install python-ipdb
- Arch Linux
-
pacman -S python-ipdb
- 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
- Dockerfile
- dockerfile.run/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.