module DEBUGGER__::UI_CDP::WebSocketUtils

def show_protocol dir, msg

def show_protocol dir, msg
  if DEBUGGER__::UI_CDP::SHOW_PROTOCOL
    $stderr.puts "\#[#{dir}] #{msg}"
  end
end