Get bashdb installed on Mac using Brew
Package Information:
Name: bashdb
Use: The Bash Debugger Project is a source-code debugger for bash that follows the gdb command syntax.
URL: https://bashdb.sourceforge.io
Installation Steps:
- Open Terminal on your Mac.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bashdb using brew
brew install bashdb
bashdb is ready to use now!