[Rails-core] Ruby Debug (ruby-debug)

2009-12-14 Thread RubyNewbie
Question: I was wondering if there was a way to instruct the ruby debug framework to stop/break/freeze on any error so I can investigate the call stack to diagnose the problem? Background: I am using 'ruby-debug' and know that I can insert breakpoints with the debugger() method call in my code.

Re: [Rails-core] Ruby Debug (ruby-debug)

2009-12-14 Thread Chad Woolley
This list is for discussion of Rails internal development, not general ruby questions. Having said that, check out the 'cat' (catchpoint) functionality in ruby-debug... On Wed, Dec 2, 2009 at 10:44 AM, RubyNewbie calvinanhngu...@gmail.com wrote: Question: I was wondering if there was a way to