MCPcopy 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

debuggerMethod · 0.80
__init__Method · 0.80
_run_with_debuggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected