eclispe plugin版の Aptana Studio on WindowsXP で、Rails3.1.1 のサーバデバッグモード起動でエラー。
デバッガが無いとの事・・・。
gem で ruby-debug19 とやらをインストール。
[code]
C:project>gem install ruby-debug19
Temporarily enhancing PATH to include DevKit…
Building native extensions. This could take a while…
Fetching: ruby-debug-base19-0.11.25.gem (100%)
Building native extensions. This could take a while…
Fetching: ruby-debug19-0.11.6.gem (100%)
Successfully installed linecache19-0.5.12
Successfully installed ruby-debug-base19-0.11.25
Successfully installed ruby-debug19-0.11.6
3 gems installed
Installing ri documentation for linecache19-0.5.12…
Installing ri documentation for ruby-debug-base19-0.11.25…
Installing ri documentation for ruby-debug19-0.11.6…
Installing RDoc documentation for linecache19-0.5.12…
Installing RDoc documentation for ruby-debug-base19-0.11.25…
Installing RDoc documentation for ruby-debug19-0.11.6…
[/code]
[code]
C:project>gem install ruby-debug-ide19
Fetching: ruby-debug-ide19-0.4.12.gem (100%)
Successfully installed ruby-debug-ide19-0.4.12
1 gem installed
Installing ri documentation for ruby-debug-ide19-0.4.12…
Installing RDoc documentation for ruby-debug-ide19-0.4.12…
[/code]
それでもエラーとなるので、下記もインストール。
[code]
C:project>gem install builder -v ‘2.1.2’
WARNING: builder-2.1.2 has an invalid nil value for @cert_chain
Successfully installed builder-2.1.2
1 gem installed
Installing ri documentation for builder-2.1.2…
Installing RDoc documentation for builder-2.1.2…
[/code]