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 d9e3793 commit 20d78a7Copy full SHA for 20d78a7
bin/rdebug-ide
@@ -95,7 +95,7 @@ if options.dispatcher_port != -1
95
old_opts = ENV['RUBYOPT']
96
ENV['RUBYOPT'] = "-r#{File.expand_path(File.dirname(__FILE__))}/../lib/ruby-debug-ide/multiprocess/starter"
97
ENV['RUBYOPT'] += " #{old_opts}" if old_opts
98
- ENV['DEBUGGER_CLI_DEBUG'] = Debugger.cli_debug
+ ENV['DEBUGGER_CLI_DEBUG'] = Debugger.cli_debug.to_s
99
end
100
101
if options.int_handler
0 commit comments