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