We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edca11 commit 4197e90Copy full SHA for 4197e90
test/rd_test_base.rb
@@ -22,7 +22,7 @@ def debug_command(script, port)
22
cmd = "#{interpreter}"
23
cmd << " --debug" if jruby?
24
cmd << " -J-Xdebug -J-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y" if jruby? and debug_jruby?
25
- cmd << " -I '#{File.dirname(script)}' #{@rdebug_ide}" +
+ cmd << " -I 'lib:#{File.dirname(script)}' #{@rdebug_ide}" +
26
(@verbose_server ? " -d" : "") +
27
" -p #{port} -- '#{script}'"
28
end
0 commit comments