Camillo Lugaresi 18dbe47f9f debrew: formula debugging for homebrew
A new feature for easing the pain of working with complex formulas, or
formulas for large packages. When running brew in debug mode (-d), if an
exception propagates outside the formula's install method, you now get a menu
which lets you return to the point where the exception was raised and perfom
several useful actions, such as:
- printing a backtrace
- entering IRB to examine the context and test ruby code
- entering the debugger (if ruby-debug is available)
- entering a shell
- ignoring the exception or proceeding with the raise as normal

Signed-off-by: Max Howell <mxcl@me.com>

* Fixed conflict in build.rb.
* Removed old debug handling in Formula.brew.

Closes Homebrew/homebrew#10435.
2012-10-28 11:39:02 -04:00
..
2012-10-28 10:52:07 -04:00
2012-10-27 19:28:42 -07:00
2012-10-22 10:01:24 -07:00
2011-11-13 19:23:00 -08:00
2012-07-04 22:47:33 -05:00
2012-10-03 00:04:24 +01:00
2012-10-28 10:52:07 -04:00
2012-07-16 16:26:47 -05:00
2012-08-17 13:38:26 -05:00
2012-09-27 16:21:39 -05:00