Skip to content

Commit

Permalink
additional require debase from command.rb
Browse files Browse the repository at this point in the history
Sometimes it is evaluating before the ruby-debug-ide.rb, from where it normally requires
  • Loading branch information
ViugiNick committed Dec 4, 2017
1 parent 71fd404 commit 7d56412
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ruby-debug-ide/command.rb
@@ -1,3 +1,9 @@
if RUBY_VERSION < '2.0' || defined?(JRUBY_VERSION)
require 'ruby-debug-base'
else
require 'debase'
end

require 'ruby-debug-ide/helper'
require 'delegate'

Expand Down

0 comments on commit 7d56412

Please sign in to comment.