From: Guillermo.Acilu on
[Note: parts of this message were removed to make it a legal post.]

Hello guys,

I have installed jruby 1.1.2 and it works ok. I have added it to Eclipse
and I cannot install the ruby-debug-ide because it is a native C
extension.

How can I get the debug-ide for jruby 1.1.2?

Thanks,

Guillermo

From: Martin Krauskopf on
Guillermo.Acilu(a)koiaka.com wrote:
> Hello guys,
>
> I have installed jruby 1.1.2 and it works ok. I have added it to Eclipse
> and I cannot install the ruby-debug-ide because it is a native C
> extension.
>
> How can I get the debug-ide for jruby 1.1.2?

Hi Guillermo,

ruby-debug-ide is not a native extension. But it depends on other gem -
ruby-debug-base; which is native extension. There is implementation of
ruby-debug-base for JRuby. To see how to install it take a look at:

http://debug-commons.rubyforge.org/#jruby-debug
http://wiki.jruby.org/wiki/Using_the_JRuby_Debugger

or NetBeans wiki (will be similar for other IDEs utilizing ruby-debug-ide):

http://wiki.netbeans.org/RubyDebugging#section-RubyDebugging-JRuby

m.