Vladimir Novick
Vladimir Novick

Reputation: 506

Ruby on Rails RubyMine debugger issues

I try to set up Rails Application in ruby 2.1.3 with RubyMine, however when it tries to install debugger it fails. I've tried a lot of different options, however haven't find any good solution. Pry debugger would work for ruby 2.1.3, however as far as I know pry debugger is not supported in RubyMine.

Could somebody advice good solution for debugging ruby 2.1.2 or ruby 2.1.3 at RubyMine? For now it works only with ruby 1.9.3, however I really want to use 2.1.3, but without debugger it's pointless.

Appreciate any help.

Upvotes: 0

Views: 195

Answers (1)

Dima
Dima

Reputation: 8662

Remove pry debugger from your gemfile. thats what i did to make it work

Upvotes: 2

Related Questions