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 a02f4a7 commit e79ce98Copy full SHA for e79ce98
bin/rdebug-ide
@@ -94,6 +94,7 @@ Debugger::PROG_SCRIPT = ARGV.shift
94
if (options.dispatcher_port != -1)
95
ENV['IDE_PROCESS_DISPATCHER'] = options.dispatcher_port.to_s
96
if RUBY_VERSION < "1.9"
97
+ $: << File.expand_path(File.dirname(__FILE__) + "/../lib/")
98
require 'ruby-debug-ide/multiprocess'
99
else
100
require_relative '../lib/ruby-debug-ide/multiprocess'
lib/ruby-debug-ide/version.rb
@@ -1,3 +1,3 @@
1
module Debugger
2
- IDE_VERSION='0.4.17.beta12'
+ IDE_VERSION='0.4.17.beta13'
3
end
0 commit comments