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