rpdb2

Platform independent Python debugger

Install

All systems
curl cmd.cat/rpdb2.sh
Debian Debian
apt-get install winpdb
Ubuntu
apt-get install winpdb
image/svg+xml Kali Linux
apt-get install winpdb
Fedora
dnf install winpdb
Windows (WSL2)
sudo apt-get update sudo apt-get install winpdb
Raspbian
apt-get install winpdb

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.