Using with RubyMine
Faults when using with irb-1.6.4 because of
- ruby-debug-ide/commands/expression_info.rb calls RubyLex.new
- /irb-1.6.4/lib/irb/ruby-lex.rb:19:in `initialize': wrong number of arguments (given 0, expected 1) (ArgumentError)
Compatibility is OK with irb-1.6.2, where is
Hope this helps