[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby-debug-ide for JRuby

Guillermo.Acilu

7/8/2008 11:35:00 AM

[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

1 Answer

Martin Krauskopf

7/9/2008 8:16:00 AM

0

Guillermo.Acilu@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/#j...
http://wiki.jruby.org/wiki/Using_the_JRub...

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

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

m.