Jruby debug

Hi, I’m looking for a recent tutorial of debugging on Jruby all that i
see
are old 1.5. There’s a recent one out there for 1.7 or 1.6???

Regards

I would suggest you to have a look at pry.

Might not be 100% debugger, but it really helped me figuring out what
is wrong after few 10000 cycles in my loops. You just need to figure
out the right condition to have a debug session (easiest is to put it
in a rescue clause).

There are plenty of screencasts on their main webpage.

On 10/30/12, Manuel R. [email protected] wrote:

Hi, I’m looking for a recent tutorial of debugging on Jruby all that i see
are old 1.5. There’s a recent one out there for 1.7 or 1.6???

Regards


Christian

Hi Thanks, Sound’s good for me i’ll give it a chance but i’m looking at
a classic way a ruby-debug tutorial recently that others.