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.
2 parents 7316d97 + 3cf3f70 commit ed70d3cCopy full SHA for ed70d3c
lib/ruby-debug-ide.rb
@@ -107,8 +107,8 @@ def start_control(host, port)
107
host ||= '127.0.0.1'
108
gem_name = (defined?(JRUBY_VERSION) || RUBY_VERSION < '1.9.0') ? 'ruby-debug-base' :
109
RUBY_VERSION < '2.0.0' ? 'ruby-debug-base19x' : 'debase'
110
- $stderr.printf "Fast Debugger (ruby-debug-ide #{IDE_VERSION}, #{gem_name} #{VERSION}) listens on #{host}:#{port}\n"
111
server = TCPServer.new(host, port)
+ $stderr.printf "Fast Debugger (ruby-debug-ide #{IDE_VERSION}, #{gem_name} #{VERSION}) listens on #{host}:#{port}\n"
112
while (session = server.accept)
113
$stderr.puts "Connected from #{session.peeraddr[2]}" if Debugger.cli_debug
114
dispatcher = ENV['IDE_PROCESS_DISPATCHER']
0 commit comments