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 135
def show_protocol dir, msg if DEBUGGER__::UI_CDP::SHOW_PROTOCOL $stderr.puts "\#[#{dir}] #{msg}" end end