Ok, I've checked in my code. You'll still need the one line patch to RubyThread in jruby to use it. I'll open a JIRA issue for that and see if we can get that into jruby trunk. After that, check out the jruby-debug code and run rake install_gem. This should give you a somewhat working version of ruby-debug-base. I've matched the version number to ruby-debug, so you can do a normal gem install of ruby-debug. From there rdebug should work for basic things, I've been running it using jruby rdebug <script>.
Happy debugging! --Chris On 10/8/07, Peter Brant <[EMAIL PROTECTED]> wrote: > > Agreed, very cool. > > Pete > > On 10/8/07, Chris Nelson <[EMAIL PROTECTED]> wrote: > > I don't know about you guys, but I'm feeling like this approach is > probably > > the right way to go, as it seems the least intrusive to me. > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >
