From: Roger Pack Date: 2010-07-16T23:41:57+09:00 Subject: Re: Triggering the debugger II > Rocky, what does ruby-debug do that the native debugger does not? Faster, less bugs. Also, if you want to stop where you exception is thrown I believe you can run rdebug:1 > catch Exception and it will stop after it's thrown. -- Posted via http://www.ruby-forum.com/.