Rubymine 6.0.2, Unable to Debug

Rubymine 6.0.2, unable to debug

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

RubyMine debug not working

OK got this working now.
I opened the Command Prompt as Administrator and then executed the following
c:\gem install ruby-debug-ide
c:\gem install debase

This time they both executed with no error.
I then restarted RubyMine and now I can run in debug mode.
Happy days....

RubyMine debugger error

I fixed my issue by installing debase manually from the terminal, not from the one bundled with rubymine, try it

gem install debase

PS: I was using ruby 1.9.3

Rubymine debugger is failing on Macbook with M1 chip

Here is how I resolved this issue:

  1. Uninstall Rubymine
  2. Install the Appple Silicon version of Rubymine (I used the JetBrains Tool for this)
  3. In the terminal run this command: 'gem uninstall debase' and selected to uninstall all versions.
  4. Open Rubymine and your project
  5. Click the debug button and select "yes" when the popup asks if you want to install missing debug gems
  6. Next run 'bundle install' from the terminal (I ran this in Rubymine terminal). It installed debase 0.2.5.beta2

I am now up and running. Best of luck!

Fissh



Related Topics



Leave a reply



Submit