This is a gdb-like debugger for Python. It is a rewrite of pdb from the ground up. A command-line interface (CLI) is provided as well as an remote access interface over TCP/IP.
This is a gdb-like debugger for Python. It is a rewrite of pdb from the ground up. A command-line interface (CLI) is provided as well as an remote access interface over TCP/IP.
To install py38-trepan3k, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py38-trepan3k
To see what files were installed by py38-trepan3k, run:
port contents py38-trepan3k
To later upgrade py38-trepan3k, run:
sudo port selfupdate && sudo port upgrade py38-trepan3k
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.