module DEBUGGER__::UI_CDP::WebSocketUtils

Public Instance Methods

show_protocol(dir, msg) click to toggle source
# File debug-1.7.1/lib/debug/server_cdp.rb, line 279
def show_protocol dir, msg
  if DEBUGGER__::UI_CDP::SHOW_PROTOCOL
    $stderr.puts "\#[#{dir}] #{msg}"
  end
end