zshdb

debugger for Z-Shell scripts

Install

All systems
curl cmd.cat/zshdb.sh
Debian Debian
apt-get install zshdb
Ubuntu
apt-get install zshdb
Arch Arch Linux
pacman -S zshdb
Windows (WSL2)
sudo apt-get update sudo apt-get install zshdb
OS X
brew install zshdb
Raspbian
apt-get install zshdb

zshdb

debugger for Z-Shell scripts

A zsh script to which arranges for another zsh script to be debugged. zshdb is a port of bashdb, a similar debugger for bash scripts, to zsh. The command syntax generally follows that of the trepanning debuggers and, more generally, GNU debugger gdb.