How to Install python-ipdb in Ubuntu 18.04



Install python-ipdb by entering the following commands in the terminal:

sudo apt update
sudo apt install python-ipdb

Description:

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.

Homepage: https://github.com/gotcha/ipdb

Version: 0.10.3-1

Section: universe/python