We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9f77a commit badd105Copy full SHA for badd105
bin/rdebug-ide
@@ -131,14 +131,6 @@ else
131
Debugger::PROG_SCRIPT = $0
132
end
133
134
-if RUBY_VERSION < "1.9"
135
- lib_path = File.expand_path(File.dirname(__FILE__) + "/../lib/")
136
- $: << lib_path unless $:.include? lib_path
137
- require 'ruby-debug-ide/thread_alias.rb'
138
-else
139
- require_relative '../lib/ruby-debug-ide/thread_alias'
140
-end
141
-
142
if options.dispatcher_port != -1
143
ENV['IDE_PROCESS_DISPATCHER'] = options.dispatcher_port.to_s
144
if RUBY_VERSION < "1.9"
lib/ruby-debug-ide/command.rb
@@ -4,6 +4,7 @@
4
require 'debase'
5
6
7
+require 'ruby-debug-ide/thread_alias'
8
require 'ruby-debug-ide/helper'
9
require 'delegate'
10
0 commit comments