Re: [RDT-Dev] Introductions

2006-06-21 Thread Charles O Nutter
You can't extend a concrete class and expect Java to call your versions of methods, but you can implement the NodeVisitor interface in Ruby and it will work fine. On 6/21/06, Werner Schuster (murphee) <[EMAIL PROTECTED]> wrote: Jason Morrison wrote:> Also, I have a question - I was wondering if so

[RDT-Dev] Debugging hooks into JRuby?

2006-01-09 Thread Charles O Nutter
Tom and I were discussing what would be necessary to hook RDT's debugging capabilities into JRuby, and determined in the end it might be pretty easy. Anyone want to give me a dime tour of how debugging works today in RDT? If we were to add debugging hooks into JRuby, what would they need to look l