Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 535 Bytes

File metadata and controls

20 lines (12 loc) · 535 Bytes

Aeacus

Aeacus, judge of the dead, tells you why your ruby processes died.

Installation

$ gem install aeacus

Usage

WATCH OUT! This beast uses gdb to redirect stderr of your process and potentially just kills it. We would suggest using it with process you will kill anyway, only.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request