Follow simple steps to install crash on Mac

Package Information:

Name: crash
Use: Kernel debugging shell for Java that allows gdb-like syntax
URL: http://www.crashub.org/

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Copy the below command and execute

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install crash using brew
    brew install crash

crash is ready to use now!