MCPcopy
hub / github.com/Gallopsled/pwntools / DEBUG

Function DEBUG

pwnlib/args.py:129–132  ·  view source on GitHub ↗

Sets the logging verbosity to ``debug`` which displays much more information, including logging each byte sent by tubes.

(x)

Source from the content-addressed store, hash-verified

127 LOG_LEVEL('error')
128
129def DEBUG(x):
130 """Sets the logging verbosity to ``debug`` which displays much
131 more information, including logging each byte sent by tubes."""
132 LOG_LEVEL('debug')
133
134def NOTERM(v):
135 """Disables pretty terminal settings and animations."""

Callers

nothing calls this directly

Calls 1

LOG_LEVELFunction · 0.85

Tested by

no test coverage detected