How To Install Pydb On Debian, Ubuntu, Arch, Kali And Raspbian?

How To Install Pydb On Debian, Ubuntu, Arch, Kali And Raspbian?

pydb

An enhanced Python command-line debugger

Maintainer: Oleksandr Moskalenko



Section: devel

Install pydb

  • Debian apt-get install pydb Click to copy
  • Ubuntu apt-get install pydb Click to copy
  • Arch Linux pacman -S pydb Click to copy
  • Kali Linux apt-get install pydb Click to copy
  • Raspbian apt-get install pydb Click to copy

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.

Installation of latest pydb command is available for Debian, Ubuntu, Arch, Kali and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.