Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _create_recursive_debugger
Method
_create_recursive_debugger
Lib/pdb.py:2002–2003 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2000
do_j = do_jump
2001
2002
def
_create_recursive_debugger(self):
2003
return
Pdb(self.completekey, self.stdin, self.stdout)
2004
2005
def
do_debug(self, arg):
2006
""
"debug code
Callers
1
do_debug
Method · 0.95
Calls
1
Pdb
Class · 0.85
Tested by
no test coverage detected