Re: [jruby-dev] New contributor question(s)

2011-01-30 Thread Shih-gian Lee
Hi everyone, Is there a way to step through the JRuby source code in a debug mode? Thanks! - Lee

Re: [jruby-dev] New contributor question(s)

2011-01-30 Thread Douglas Campos
I've just made it to fix a ticket (disclaimer: eclipse-based) first, create a debug configuration for a remote java application: https://skitch.com/qmx.me/rcb5q/debug-configurations then run your ruby code like this gondor:jruby qmx$ jruby --1.9 -J-Xrunjdwp:transport=dt_socket,address=8787,serv

Re: [jruby-dev] New contributor question(s)

2011-01-30 Thread Shih-gian Lee
Hi Douglas, Very nice! It worked for me. I was just looking into an intro. bug, 5394, and it seems like you updated the ticket :) I will take a look at it later. It is time for me to to to bed. Thanks again for your help! - Lee On Sun, Jan 30, 2011 at 10:29 PM, Douglas Campos wrote: > I've ju