123456789_123456789_123456789_123456789_123456789_

Module: DEBUGGER__::UI_CDP::WebSocketUtils

Relationships & Source Files
Namespace Children
Classes:
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/debug/server_cdp.rb

Instance Method Summary

Instance Method Details

#show_protocol(dir, msg)

[ GitHub ]

  
# File 'lib/debug/server_cdp.rb', line 277

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