I gave the command "list 5" and got:
(rdb:1) list 5
[0, 9] in K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/site_ruby/1.8/
ubygems.rb
1 # This file allows for the running of rubygems with a nice
2 # command line look-and-feel: ruby -rubygems foo.rb
3 #--
4 # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and
others.
5 # All rights reserved.
6 # See LICENSE.txt for permissions.
7 #++
8
9
(rdb:1)
Apparently, it gave me the first lines of debug.rb rather than the
first lines of the program I'm trying to process with the debugger:
Test2.rb.
I gave the command "list 5" and got:
(rdb:1) list 5
[0, 9] in K:/_Utilities/ruby186-26_rc2/ruby/lib/ruby/site_ruby/1.8/
ubygems.rb
1 # This file allows for the running of rubygems with a nice
2 # command line look-and-feel: ruby -rubygems foo.rb
3 #--
4 # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and
others.
5 # All rights reserved.
6 # See LICENSE.txt for permissions.
7 #++
8
9
(rdb:1)
Apparently, it gave me the first lines of debug.rb rather than the
first lines of the program I'm trying to process with the debugger:
Test2.rb.
No apology necessary!! You've made a huge contribution to the
software-developer community. Thank you very much for all the work
you done on our behalf.
Best wishes,
Richard
···
On Mar 31, 2:28 am, Yukihiro Matsumoto <m...@ruby-lang.org> wrote:
Hi,
In message "Re: First use of debugger weird" > on Sat, 29 Mar 2008 11:20:06 +0900, RichardOnRails <RichardDummyMailbox58...@uscomputergurus.com> writes:
>Apparently, there's little or no interest in the Ruby debugger.
Sorry, I have been busy these days. But at least your mails is seen.