MCPcopy Index your code
hub / github.com/python/cpython / debugger.py

File debugger.py

Lib/idlelib/debugger.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Debug user code with a GUI interface to a subclass of bdb.Bdb.
2
3The Idb instance 'idb' and Debugger instance 'gui' need references to each
4other or to an rpc proxy for each other.

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected