понедельник, 25 марта 2013 г.

[Ruby frustrations] RubyMine rejects to debug your code?


In short - make sure, that you've removed gem "debugger" from your Gemfile, and have only one gem ruby-debug-(ide|base19x) version. Then follow these instructions.

Good luck.