Question

I have created a simple Rails application from File -> New -> Rails Project. When I click on App Explorer and then on the blue gear wheel and then on Run Server or Debug Server, nothing happens. But I can start WEBrick manually by typing "rails server" at the Terminal. I don't mind starting my Rails app with this command instead of clicking on Run Server. But the problem is that i don't know how to debug my Rails apps other than clicking on Debug Server.

Edit: My Ruby version: ruby 2.0.0p353 [x64-mingw32] The ruby-debug-ide gem is also installed.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top