ipdb-3
IPython-based pdb replacement (Python 3 version)
Install
- All systems
-
curl cmd.cat/ipdb-3.sh
- Debian
-
apt-get install python3-ipdb
- Ubuntu
-
apt-get install python3-ipdb
- Kali Linux
-
apt-get install python3-ipdb
- Fedora
-
dnf install python3-ipdb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-ipdb
- Raspbian
-
apt-get install python3-ipdb
- Dockerfile
- dockerfile.run/ipdb-3
python3-ipdb
IPython-based pdb replacement (Python 3 version)
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 ipdb3 binary which can be used instead of the pdb3 binary to debug standalone scripts. This package contains the Python 3 version of the module.