Install Debugger for zsh by Installing “zshdb”
What is “zshdb” Package?
Debugger for zsh
For more details: https://github.com/rocky/zshdb
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install zshdb.
brew install zshdb
Now, use zshdb!