Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ debugger_cls
Method
debugger_cls
IPython/terminal/interactiveshell.py:252–253 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
250
251
@property
252
def
debugger_cls(self):
253
return
Pdb
if
self.simple_prompt
else
TerminalPdb
254
255
confirm_exit = Bool(True,
256
help=
""
"
Callers
3
debugger
Method · 0.80
__init__
Method · 0.80
_run_with_debugger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected