Debugging Aptana 3 and ruby

How to set the clock to a variable in ruby. I am using Aptana as an IDE. I come to .NET and am used to seeing variable values ​​only by hanging a variable.

In aptana 3, I cannot find a way through which I see the current state and values ​​of the variable. I see the object itself there is too much information and is it difficult to find the value of the variable I'm looking for?

enter image description here

+3
source share
1 answer

This answer to a very similar question includes step-by-step instructions for getting ruby-debug-ide to work with Aptana 3. It is written with OS X but you should be able to easily apply it to your own installation (pay special attention to the RVM / not- entries RVM).

+1
source

All Articles