I was trying to install ruby-debug-ide on my windows ruby environment. A lot of errors show up. My environment are Ruby1.9.3, Windows 7 and DevKit. So is there any guide to install ruby-debug-ide which can be used on the Aptana Studio.
|
|
|
I had lots of problems with this too, which I was able to solve after a lot of Googling. Install rubyinstaller-1.9.3-p327.exe Extract DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe to somewhere cd to where it is (where you find dk.rb) run: ruby dk.rb init
Go to http://rubyforge.org/frs/?group_id=8883 to download the gems below cd to where the *.gem files are
After all this you might still face the problem with is_binary_data? which was resolved in another thread. Thanks to all the great help. I'm not sure why all this are not packed in rubyinstaller itself though. After all, debugging should be a minimum. |
|||
|
|
The problem is that the version of Instead, for some strange reason, gem author only pushed the gems to RubyForge: http://rubyforge.org/projects/ruby-debug19 See the announcement here: http://rubyforge.org/forum/forum.php?forum_id=39580 I've tried poking the gem author without success. Hope that helps. |
|||||
|