> 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/.