Alrighty, I was able to test debugging rails inside of NetBeans and it
(mostly) worked!  Yay!  Thanks to Peter's latest patches I was able to step
inside of a controller (sometimes).  So we're definitely moving along.

One small suggestion: can we change the require 'ruby_debug.so' to require
'ruby-debug-base' in ruby-debug-ide/lib/ruby-debug.rb?  This will work in
both jruby-debug and ruby-debug as the ruby-debug-base gem will do the
requiring of the so or jar as appropriate.  I checked and it seemed to work
fine for me in both JRuby and MRI.  I could make this change but didn't want
to without asking since I haven't yet touched ruby-debug-ide.

--Chris

On 10/18/07, Martin Krauskopf <[EMAIL PROTECTED]> wrote:
>
> Chris Nelson wrote:
> > Cool, what did you have to change in jruby-debug?  Or is already part of
> > your latest SVN commits?  I'd love to try it out, and am downloading the
> > NB ruby build now.
>
> Yes, already committed. Were just simple unimplemented methods. Those
> with:
>
>    throw new UnsupportedOperationException("not implemented yet");
>
> body. Still bunch of them there from 'skeleton-times'.
>
>         m.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

Reply via email to