MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_trace

Function set_trace

Lib/bdb.py:965–967  ·  view source on GitHub ↗

Start debugging with a Bdb instance from the caller's frame.

()

Source from the content-addressed store, hash-verified

963
964
965def set_trace():
966 """Start debugging with a Bdb instance from the caller's frame."""
967 Bdb().set_trace()
968
969
970class Breakpoint:

Callers

nothing calls this directly

Calls 2

BdbClass · 0.70
set_traceMethod · 0.45

Tested by

no test coverage detected