aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/debrew.rb
AgeCommit message (Expand)Author
2014-10-11Revert "Allow debugging patch failures"Jack Nagel
2014-10-10Allow debugging patch failuresJack Nagel
2014-09-18Delay requiring irb until runtimeJack Nagel
2014-09-18Fix exiting the debugger menu with CTRL-DJack Nagel
2014-09-18Implement `brew test --debug`Jack Nagel
2014-09-18Rewrite debugger to remove monkeypatches and use of call/ccJack Nagel
2014-06-27Disable "ignore" and "irb" debugger options unless we have a continuationJack Nagel
2014-06-12Prefer self.class.name to self.class.to_sJack Nagel
2014-03-14Fix the debug implementation of Resource#stage as wellJack Nagel
2014-03-14Fix Resource#stage method signature in debug modeJack Nagel
2014-03-13Allow the debugger to work from inside staged resourcesJack Nagel
2013-02-07Reduce footprint of readline hackJack Nagel
2013-02-06Split debrew up to faciliate test isolationJack Nagel
2013-02-06Don't discard exception instance data in debug modeJack Nagel
2012-11-11Work around Readline clashJack Nagel
2012-11-09debrew: take input from same line as promptJack Nagel
2012-10-28debrew: formula debugging for homebrewCamillo Lugaresi