Rubymine 6.0.2, unable to debug

后端 未结 2 1488
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 ...)

提交回复
热议问题