How to install winpdb (the python gui debugger) in 22.04?

Has winpdb been removed from the repository in Ubuntu 22.04?

Asked By: CatMan

||

winpdb-reborn is a port of the discontinued Winpdb to wxPython 4 / Python 3. To install winpdb-reborn in Ubuntu 22.04 open the terminal and type:

sudo apt update
sudo apt install python3-pip wxpython-tools
python3 -m pip3 install winpdb-reborn
Answered By: karel