Debugging in Ruby 1.9.1

Is it possible to carry out debugging in Ruby 1.9.1? Doesn’t seem to be
too much info out on the web about it. If not, is a debugger planned
soon?

Declan Mcgrath wrote:

Is it possible to carry out debugging in Ruby 1.9.1? Doesn’t seem to be
too much info out on the web about it. If not, is a debugger planned
soon?

I can tell you this much: the ruby-debug gem won’t install on 1.9, last
I checked, which keeps me from using 1.9. The built-in debugger (for
which ruby-debug is a wrapper, as it were, and a nice one) works, I
would imagine. No personal experience with it though.

I haven’t heard anything from anyone associated with the ruby-debug gem
re: getting a 1.9 version running. I really wish it would happen.

Tom

Tom C., MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< [email protected] >> (email)
<< TomCloyd.com >> (website)
<< sleightmind.wordpress.com >> (mental health weblog)

Is it possible to carry out debugging in Ruby 1.9.1? Doesn’t seem to be
too much info out on the web about it. If not, is a debugger planned
soon?

Currently you’re basically stuck with using “-rdebug”
http://betterlogic.com/roger/?p=1158
Cheers!
-=r