Winpdb is a platform independent GPL Python debugger with support for multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb. Winpdb is being developed by Nir Aides since 2005.
Winpdb is a platform independent GPL Python debugger with support for multiple threads, namespace modification, embedded debugging, encrypted communication and is up to 20 times faster than pdb. Winpdb is being developed by Nir Aides since 2005.
To install py27-winpdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-winpdb
To see what files were installed by py27-winpdb, run:
port contents py27-winpdb
To later upgrade py27-winpdb, run:
sudo port selfupdate && sudo port upgrade py27-winpdb
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.