Rubymine 6.0.2, unable to debug

后端 未结 2 1450
Happy的楠姐
Happy的楠姐 2021-01-16 07:09

On my new OSX Mavericks install, I wanted to give Rubymine a try and just can\'t get the debugger working (although i managed to get it working on Windows 7 with IntelliJ an

相关标签:
2条回答
  • 2021-01-16 07:44

    Thanks Beartech, you pointed me to the right direction: Rubymine was looking for ruby in "/Library/..../ruby" and homebrew of course had ruby installed to another location. I had to edit my rubymine settings and point the ruby sdk to homebrew's ruby. Then i had to restart rubymine in order to successfully use the new sdk location. (I had previousl not restartet rubymine ...)

    0 讨论(0)
  • 2021-01-16 07:53

    You need to get the source files since they aren't included.

    gem install debugger-ruby_core_source
    

    Then try again.

    Also, since I've found this sometimes isn't set correctly in Rubymine, in the menu bar go to "Rubymine" -> "preferences" -> "Ruby SDK and Gems" and make sure it is pointed to the version of Ruby you are expecting.

    0 讨论(0)
提交回复
热议问题