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:

  1. Open Terminal on your Mac.
  2. Run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bashdb using brew
    brew install bashdb

bashdb is ready to use now!