Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ debugger_cls
Method
debugger_cls
IPython/terminal/interactiveshell.py:126–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
124
125
@property
126
def
debugger_cls(self):
127
return
Pdb
if
self.simple_prompt
else
TerminalPdb
128
129
confirm_exit = Bool(True,
130
help=
""
"
Callers
2
debugger
Method · 0.80
_run_with_debugger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected