# File lib/ruby-debug.rb, line 84
    def start_server(host = nil, port = 1234)
      return if started?
      start
      start_control(host, port)
    end