Rubymine 6.0.2, unable to debug

后端 未结 2 1449
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: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.

提交回复
热议问题