模块 DEBUGGER__::UI_CDP::WebSocketUtils

公共实例方法

show_protocol(dir, msg) 点击切换源码
# File debug-1.10.0/lib/debug/server_cdp.rb, line 277
def show_protocol dir, msg
  if DEBUGGER__::UI_CDP::SHOW_PROTOCOL
    $stderr.puts "\#[#{dir}] #{msg}"
  end
end