MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / set_trace

Function set_trace

tools/python-3.11.9-amd64/Lib/bdb.py:652–654  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

650
651
652def set_trace():
653 """Start debugging with a Bdb instance from the caller's frame."""
654 Bdb().set_trace()
655
656
657class Breakpoint:

Callers

nothing calls this directly

Calls 2

BdbClass · 0.85
set_traceMethod · 0.45

Tested by

no test coverage detected