Ah, there are still a couple of issues with the core before things will work completely (sorry Martin, I should have mentioned this morning).
For anybody wanting to try this out, use a recent version of trunk (at least revision 4890) and specify -J-Djruby.compile.mode=OFF -J-Djruby.reflection=true when launching JRuby. Method breakpoints still won't work quite right. The patch attached to JRUBY-1237 fixes that. Additionally, debugging won't work correctly if the JIT is enabled, if non-reflected interpreted mode is enabled, or in AOT compiled code. This, in turn, is addressed by the patch attached to JRUBY-1531 (this is a little experimental, but I'm "done" with it pending review). Pete On Nov 11, 2007 8:11 PM, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Martin Krauskopf wrote: > > Hi, > > > > we would like to announce the first 'official' public release of the > > Fast Debugger for JRuby. It should be kind of stable these days. Still > > not everything works perfectly, so we appreciate any kind of feedback. > > E.g. through the Tracker on the debug-commons project site[1] or this > > mailing list. > > Congratulations! You should announce this on the Ruby-talk list too, I > know there are folks there that would be interested. > > We'll want to stay in sync through to the 1.1 release, so we can be sure > we don't break something between now and then. > > - Charlie > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
