From: Roger Pack Date: 2009-12-03T04:11:57+09:00 Subject: Re: ruby-debug > Background: > I am using 'ruby-debug' and know that I can insert breakpoints with > the debugger() method call in my code. I have run into errors within > unexpected callbacks and often have no idea why the code traversed > that path. Because I don't understand the code path it's hard to know > where to put the breakpoint to troubleshoot the problem. You could try (rdb:) catch Exception or running it like rdebug --trace # run it with a tracer. -r -- Posted via http://www.ruby-forum.com/.