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
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 ...)