Winpdb Installation On A Debian, Ubuntu, Kali, Fedora And Raspbian

Winpdb Installation On A Debian, Ubuntu, Kali, Fedora And Raspbian

winpdb

Platform independent Python debugger

Maintainer: Bernd Zeimetz



Section: python

Install winpdb

  • Debian apt-get install winpdb Click to copy
  • Ubuntu apt-get install winpdb Click to copy
  • Kali Linux apt-get install winpdb Click to copy
  • Fedora dnf install winpdb Click to copy
  • Raspbian apt-get install winpdb Click to copy

winpdb

Platform independent Python debugger

Winpdb supports debugging of threads- and curses based applications, namespace modification and embedded debugging. As a remote debugger, it uses (encrypted) network connections to connect to the debuggee (which is running on the same machine, usually). Winpdb is the graphical, wx-based frontend to rpdb2, which is also included in this package. rpdb2 is text based and able to use screen sessions if there is no x-terminal-emulator available. Winpdb is up to 20 times faster than pdb.

Installation of latest winpdb command is available for Debian, Ubuntu, Kali, Fedora 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.