I have a simple rails app that runs in Eclipse Juno when I use the command line 'rails server' to launch. I now need to debug in the eclipse ide and set breakpoints, and I can't figure out how to run the server withing eclipse using either 'Run Server', 'Debug Server', 'Run As', or 'Debug As'. Nothing happens, no output to the Console, nothing.
My gemlist has: Using debugger-linecache (1.2.0)/ Using debugger-ruby_core_source (1.3.2)/ Using debugger (1.6.6)
I ran bundle install and 'gem install debugger' successfully. I have Ruby 1.93, Rails 3.2.17 Windows 7. Restarted.
I have an eclipse environment configured on my MAC, with the debugger, but I can't find the missing piece for the Windows setup.
Thanks very much,
Anne