Can't install ruby-debug-base19x gem

后端 未结 6 818
梦如初夏
梦如初夏 2020-12-24 14:35

When I try to install ruby-debug-base19x gem for debug my application using the RubyMine IDE I received the below error message, can anybody help me?

I\'m using Mac

6条回答
  •  醉酒成梦
    2020-12-24 15:01

    You can try

    gem install ruby-debug-ide19
    

    (according to the wiki). This installs for me on OS X 10.7.4, but you may want to give the debugger gem a shot (gem install debugger). It's actually maintained, unlike most of the ruby-debug* gems.

提交回复
热议问题