shuky19 / sublime_debugger

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

Sublime text 3 not support rails 2.2.2 #50

Closed fabdelgado closed 3 years ago

fabdelgado commented 9 years ago

Try running the debugger in three sublime text on mac. The result: Stopping... Ruby version: 2.2.2 is not supported.

markeissler commented 9 years ago

I'm getting this:

Ruby version: 2.2.3 is not supported.

Fixed it by adding adding 2.2.3 to user preferences...

"supported_ruby_versions": ["2.2.3", "2.1.0", "2.0.0", "1.9.3"],

Give that a shot for your ruby version.