Skip to content

Commit b14001f

Browse files
committed
ensure ruby-debug-ide is loaded on windows
1 parent c684d21 commit b14001f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/ruby-debug-ide/multiprocess/starter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
if ENV['IDE_PROCESS_DISPATCHER']
22
require 'rubygems'
3+
$: << File.expand_path(File.dirname(__FILE__)) + "../.."
34
require 'ruby-debug-ide'
45
require 'ruby-debug-ide/multiprocess'
56
Debugger::MultiProcess::pre_child

lib/ruby-debug-ide/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Debugger
2-
IDE_VERSION='0.4.17.beta10'
2+
IDE_VERSION='0.4.17.beta11'
33
end

0 commit comments

Comments
 (0)