module DEBUGGER__::UI_CDP

def send_fail_response req, **res

def send_fail_response req, **res
  @ws_server.send id: req['id'], error: res
end