On Jan 4, 2008, at 12:10 AM, RichardOnRails wrote: >>> Q 4. Since I put a breakpoint at "upygems.rb:3", why didn't the >>> debugger stop there instead of running through the entire >>> remainder of >>> the test program? >> I don't know if there's even code at ubygems.rb#3 In mine, the only line of code is on line 10. When I'm using ruby-debug, I seed the whole process by finding where I want to stop and putting a debugger call right there. Then I can hit 'c' with confidence. I'll be curious to hear your findings on this.