0
MHMΓ₯rten Hedberg
This code creates a tracing session on port 1337 and sets the size of the tracing buffer to 166 bytes and the trace output to written to the TERM_SIZE stdout stream.
0 Comments
import pudb.remote; pudb.remote.set_trace(term_size=(166, 44), port=1337)