Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
The Idb instance
'idb'
and Debugger instance
'gui'
need references to each
4
other or to an rpc proxy
for
each other.
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected