Hi all, I am testing a script using the built-in debugger (running 1.8.6 - windows - one click installer version). I want to set a breakpoint on a particular method. The problem is, my first line is require'sqlite3' which causes the debugger to start in the rubygems.rb script. Of course I don't want to debug the require script. How can I make the debugger skip this? -- Posted via http://www.ruby-forum.com/.