shuky19 / sublime_debugger

Interactive debugger for sublime
Apache License 2.0
429 stars 24 forks source link

Ruby 1.9.3p448 but debugger is asking for Byebug #11

Closed sean-philips closed 10 years ago

sean-philips commented 10 years ago

I'm running Ruby 1.9.3 but when I start the rails debugger I get the following message asking for Byebug

"Connection could not be made: [Errno 61] Connection refused Byebug gem is not installed for ruby version: 2.0.0 please look for installation instructions here: https://github.com/shuky19/sublime_debugger"

ascendbruce commented 10 years ago

I have the same problem

But if I hit shift+F6 on the opened .ruby-version tab, which is 1.9.3-p484. It shows another error message:

Connecting... 
Connection could not be made: [Errno 61] Connection refused
ruby: No such file or directory -- script/rails (LoadError)

My ruby, rails version:

$ ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-darwin13.0.0]
$ rails -v
Rails 3.2.16
$ rvm -v
rvm 1.25.15 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
shuky19 commented 10 years ago

Hi,

@ascendbruce - this error should be fixed right now, please let me know.

@sean-philips - if your are using rvm this error should be fixed, if not try running sublime from terminal

ascendbruce commented 10 years ago

@shuky19 - Yes, it works now. Thank you! :smile: