MCPcopy Index your code
hub / github.com/ipython/ipython / debugger

Method debugger

IPython/core/doctb.py:422–423  ·  view source on GitHub ↗
(self, force: bool = False)

Source from the content-addressed store, hash-verified

420 return structured_traceback_parts
421
422 def debugger(self, force: bool = False) -> None:
423 raise RuntimeError("canot rundebugger in Docs mode")
424
425 def handler(self, info: tuple[Any, Any, Any] | None = None) -> None:
426 (etype, evalue, etb) = info or sys.exc_info()

Callers 2

__call__Method · 0.95
_debug_post_mortemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected