class DEBUGGER__::UI_UnixDomainServer

def initialize sock_dir: nil, sock_path: nil

def initialize sock_dir: nil, sock_path: nil
  @sock_path = sock_path
  @sock_dir = sock_dir || DEBUGGER__.unix_domain_socket_dir
  @sock_for_fork = nil
  super()
end