Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getdebugger
Method
getdebugger
Lib/idlelib/pyshell.py:620–621 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
618
self.debugger = debugger
619
620
def
getdebugger(self):
621
return
self.debugger
622
623
def
open_remote_stack_viewer(self):
624
""
"Initiate the remote stack viewer
from
a separate thread.
Callers
5
restart_subprocess
Method · 0.95
toggle_debugger
Method · 0.80
set_debugger_indicator
Method · 0.80
close_debugger
Method · 0.80
cancel_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected