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 ff58069 commit 477c3c5Copy full SHA for 477c3c5
lib/ruby-debug-ide/multiprocess/starter.rb
@@ -1,7 +1,7 @@
1
if ENV['IDE_PROCESS_DISPATCHER']
2
require 'rubygems'
3
ENV['DEBUGGER_STORED_RUBYLIB'].split(File::PATH_SEPARATOR).each do |path|
4
- next unless path =~ /ruby-debug-ide|ruby-debug-base|linecache/
+ next unless path =~ /ruby-debug-ide|ruby-debug-base|linecache|debase/
5
$LOAD_PATH << path
6
end
7
require 'ruby-debug-ide'
0 commit comments