概要
Aptana Studio でデバッグ時に “Unable to find ‘rdebug-ide’ binary script.”が発生した時の原因と対策
環境
macOS 10.14.1
ruby 2.3.1
gem 2.6.11
エラー内容
Unable to find 'rdebug-ide' binary script. May need to install 'ruby-debug-ide' gem, or may need to add your gem executable directory to your PATH (check location via 'gem environment').
原因
ruby-debug-ide がインストールされていないらしい。
解決方法
以下のコマンドで ruby-debug-ide をインストールする。
$ gem install ruby-debug-ide
Fetching: ruby-debug-ide-0.6.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed ruby-debug-ide-0.6.1
Parsing documentation for ruby-debug-ide-0.6.1
Installing ri documentation for ruby-debug-ide-0.6.1
Done installing documentation for ruby-debug-ide after 0 seconds
1 gem installed