GDB-like debugger for zsh scripts. Zshdb can run your script, stop it on specified conditions, help you examine what has happened when it has stopped, and allow you to modify parts of your script so that you can experiment with your code and fix problems once they are identified.
GDB-like debugger for zsh scripts. Zshdb can run your script, stop it on specified conditions, help you examine what has happened when it has stopped, and allow you to modify parts of your script so that you can experiment with your code and fix problems once they are identified.
To install zshdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zshdb
To see what files were installed by zshdb, run:
port contents zshdb
To later upgrade zshdb, run:
sudo port selfupdate && sudo port upgrade zshdb
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.