I get an error message:
Cannot start debugger. Gem 'ruby-debug-ide' isn't installed or its executable script 'rdebug-ide' doesn't exist.
but all the gems were successfully installed:
gem 'ruby-debug-ide' gem 'debase'
I can run 'rdebug-ide' manually:
$ rdebug-ide Using ruby-debug-base 0.2.1 Usage: rdebug-ide is supposed to be called from RDT, NetBeans, RubyMine, or the IntelliJ IDEA Ruby plugin. The command line interface to ruby-debug is rdebug.
But when I start debugging, RubyMine asks to install the ruby-debug-ide gem. Why?
And, after installation, I get:
Cannot start debugger. Gem 'ruby-debug-ide' isn't installed or its executable script 'rdebug-ide' doesn't exist.
I am running Mac OS X 10.11.3.
ruby ruby-on-rails rubymine
WWTLF
source share