I'd like to be able to set conditional breakpoints in ruby-debug, where the condition is "An exception was thrown."
What I'd like is the ability to land on a breakpoint whenever an exception is thrown on that line (a la MATLAB's ultra-convenient dbstop if error option illustrated here).
Thanks in advance.