module DEBUGGER__::UI_CDP::WebSocketUtils
Public Instance Methods
Source
# File bundled-src/debug-1.11.1/lib/debug/server_cdp.rb, line 277 def show_protocol dir, msg if DEBUGGER__::UI_CDP::SHOW_PROTOCOL $stderr.puts "\#[#{dir}] #{msg}" end end
# File bundled-src/debug-1.11.1/lib/debug/server_cdp.rb, line 277 def show_protocol dir, msg if DEBUGGER__::UI_CDP::SHOW_PROTOCOL $stderr.puts "\#[#{dir}] #{msg}" end end