Ruby 1.9.1 and Aptana Studio 3 Cant get debug to work (Windows) -


so last few weeks ive been reading posts on , other sites ruby ide's, support ruby 1.9. aptana/radrails plugin looks amazing im used eclipse environment, thought id give try.

i installed ruby 1.9.1 ruby installer , installed devkit , aptana studio 3. cant debug in aptana following error:

c:/ruby191/lib/ruby/site_ruby/1.9.1/rubygems.rb:323:in `bin_path': can't find gem ruby-debug-ide ([">= 0"]) (gem::gemnotfoundexception)     <internal:gem_prelude>:346:in `method_missing'     c:/ruby191/bin/rdebug-ide:19:in `<main>' 

so tried gem install ruby-debug-ide , following:

building native extensions.  take while... error:  error installing ruby-debug-ide:         error: failed build gem native extension.  c:/ruby191/bin/ruby.exe mkrf_conf.rb building native extensions.  take while...   gem files remain installed in c:/ruby191/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16 inspection. results logged c:/ruby191/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/ext/gem_make.out 

it appears ridiculously difficult decent ide ruby 1.9 support functioning debugger - doing wrong, appreciated.

-----edit-----

output of c:/ruby191/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.16/ext/gem_make.out below

c:/ruby191/bin/ruby.exe mkrf_conf.rb building native extensions.  take while... building native extensions.  take while... 

aly

what contents of gem_make.out mentioned in output?

for ruby 1.9.x, need ruby-debug-ide19, since works 1.9.x versions of ruby.

also, need compiler. if you're using rubyinstaller releases, need obtain rubyinstaller development kit, listed in downloads page

please read text in page , development kit instructions in our wiki.

edit: based on lack of content of gem_make.out file (since shouldn't building extensions) recommend @ rubyinstaller troubleshooting page in our wiki.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -