Skip to content

Commit 477c3c5

Browse files
committed
do not filter out debase path in subprocesses
1 parent ff58069 commit 477c3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if ENV['IDE_PROCESS_DISPATCHER']
22
require 'rubygems'
33
ENV['DEBUGGER_STORED_RUBYLIB'].split(File::PATH_SEPARATOR).each do |path|
4-
next unless path =~ /ruby-debug-ide|ruby-debug-base|linecache/
4+
next unless path =~ /ruby-debug-ide|ruby-debug-base|linecache|debase/
55
$LOAD_PATH << path
66
end
77
require 'ruby-debug-ide'

0 commit comments

Comments
 (0)