bin/rdebug-ide in ruby-debug-ide-0.4.21 vs bin/rdebug-ide in ruby-debug-ide-0.4.22
- old
+ new
@@ -93,10 +93,10 @@
ENV['DEBUGGER_STORED_RUBYLIB'] = ENV['RUBYLIB']
old_opts = ENV['RUBYOPT']
ENV['RUBYOPT'] = "-r#{File.expand_path(File.dirname(__FILE__))}/../lib/ruby-debug-ide/multiprocess/starter"
ENV['RUBYOPT'] += " #{old_opts}" if old_opts
- ENV['DEBUGGER_CLI_DEBUG'] = Debugger.cli_debug
+ ENV['DEBUGGER_CLI_DEBUG'] = Debugger.cli_debug.to_s
end
if options.int_handler
# install interruption handler
trap('INT') { Debugger.interrupt_last }