[Rails] Unable to install debugger

2014-07-24 Thread Himanshu Prakash
Hi, I am trying to install debugger gem. Facing issue as mentioned in- http://stackoverflow.com/questions/19638810/cant-install-debugger-gem-rails-mac-osx-mavericks Tried the given solution, but in vain. Anyone please can help on this? Much appreciated! OS: OSX 10.9.4 gem env: RubyGems

Re: [Rails] Unable to install debugger

2014-07-24 Thread Muskalek
There are some issues with the debugger gem for rubies = 2.0.0, you might want to try out the byebug gem, as advised even by debugger's creator: https://github.com/cldwalker/debugger/issues/125#issuecomment-43353446. On 24.07.2014 13:40, Himanshu Prakash wrote: Hi, I am trying to install