# File lib/ruby-debug-ide.rb, line 22 def print_debug(*args) if Debugger.cli_debug $stderr.printf(*args) $stderr.printf("\n") $stderr.flush end end