Before i get into whats wrong, I have tried tutorials and looked at stackoverflow questions, including this one, so I don't think this is a duplicate answer.
I am using Aptana 3.0.4, Rails 3.14, and ruby 1.9.2.
I can start the server normally just fine through aptana or the command line. When i try to run in debug mode i get this: https://i.stack.imgur.com/TsB9c.jpg
However, i have installed the ruby-debug-ide gem, have it listed in my gem file, and bundle installed. I have also tried using ruby-debug19 and ruby-debug-ide19 (bundle installed after trying each gem).
gem environment
is the correct path to where my gems are installed. ruby-debug-ide and all the others are located in that path.
I am not sure what I am doing wrong. Please help.