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 c684d21 commit b14001fCopy full SHA for b14001f
lib/ruby-debug-ide/multiprocess/starter.rb
@@ -1,5 +1,6 @@
1
if ENV['IDE_PROCESS_DISPATCHER']
2
require 'rubygems'
3
+ $: << File.expand_path(File.dirname(__FILE__)) + "../.."
4
require 'ruby-debug-ide'
5
require 'ruby-debug-ide/multiprocess'
6
Debugger::MultiProcess::pre_child
lib/ruby-debug-ide/version.rb
@@ -1,3 +1,3 @@
module Debugger
- IDE_VERSION='0.4.17.beta10'
+ IDE_VERSION='0.4.17.beta11'
end
0 commit comments