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