From: Kevin Kleinfelter Date: 2005-01-12T12:06:32+09:00 Subject: Debugger Debugging Ruby? ------=_NextPart_000_002F_01C4F829.D1D82ED0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit When I run ruby -rdebug foo.rb the debugger displays Debug.rb Emacs support available. c:/ruby/lib/ruby/site_ruby/1.8/ubygems.rb:4:require 'rubygems' This would be OK if the first line of foo.rb were "require 'rubygems'", but it isn't. The only line in foo.rb is print "hello" Why is the debugger stopping in ubygems.rb? How can I make it stop at the first line in *my* code when it starts? TIA Kevin Kleinfelter ------=_NextPart_000_002F_01C4F829.D1D82ED0--