You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / core / debugger / Pdb

class

IPython.core.debugger:Pdb

source: /IPython/core/debugger.py :210

Signature

class   Pdb ( completekey = None stdin = None stdout = None context : int | None | str = 5 ** kwargs )

Members

Summary

Modified Pdb class, does not load readline.

Extended Summary

for a standalone version that uses prompt_toolkit, see IPython.terminal.debugger.TerminalPdb and IPython.terminal.debugger.set_trace()

This debugger can hide and skip frames that are tagged according to some predicates. See the skip_predicates commands.

Aliases

  • IPython.core.debugger.Pdb