The following command helped me deal with this error:
gem install debugger-linecache -v '1.1.2' -- --with-ruby-include=$rvm_path/src/ruby-1.9.3-p392 |
Of course, replace ruby-1.9.3-p392 with your actual interpreter version.
The following command helped me deal with this error:
gem install debugger-linecache -v '1.1.2' -- --with-ruby-include=$rvm_path/src/ruby-1.9.3-p392 |
Of course, replace ruby-1.9.3-p392 with your actual interpreter version.