Ruby IDE: RDE question

I have just started using this Ruby IDE for Windows, and quite like
it.
http://homepage2.nifty.com/sakazuki/rde_e.html

But I cannot get the debugger to work (0.9.9.1 RDE, 1.7 Ruby). When I
set a breakpoint and start debug I get:
ruby.exe: No such file to load – debug2 (LoadError)

I did find a file “debug2.rb” in the RDE distribution, and a file
"debug.rb" in the Ruby 1.7 distribution. If I rename “debug.rb” to
"debug2.rb" I seem to get past this and into a debug session, but
things don’t work right (e.g. step-into does not).

Any light to shed on this?

Hi,

itsme213@hotmail.com (you CAN teach an old dog …) wrote:

But I cannot get the debugger to work (0.9.9.1 RDE, 1.7 Ruby).
When I
set a breakpoint and start debug I get:
ruby.exe: No such file to load – debug2 (LoadError)

I did find a file “debug2.rb” in the RDE distribution, and a file
“debug.rb” in the Ruby 1.7 distribution. If I rename “debug.rb” to
“debug2.rb” I seem to get past this and into a debug session, but
things don’t work right (e.g. step-into does not).
You need to copy debug2.rb included in the RDE distribution
to the ruby’s library directory. You can do it automatically
by running install.rb included in the distro. It’s documented
in the Install/Uninstall section of the accompanying help file.

···

Technical Writer/Translator
Takashi Sano
E-mail: tksano@m3.kcn.ne.jp
URL: http://www3.kcn.ne.jp/~tksano/