Debugger for zsh shell scripts with breakpoints and step execution
Debugger for zsh
zshdb
$ zshdb script.zsh
$ zshdb script.zsh arg1 arg2
$ zshdb (zshdb) break script.zsh:10 (zshdb) continue