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

bundles / IPython 9.3.0 / IPython / core / interactiveshell / InteractiveShell / debugger

function

IPython.core.interactiveshell:InteractiveShell.debugger

source: /IPython/core/interactiveshell.py :1180

Signature

def   debugger ( self force = False )

Summary

Call the pdb debugger.

Extended Summary

Keywords:

  • force(False): by default, this routine checks the instance call_pdb flag and does not actually invoke the debugger if the flag is false. The 'force' option forces the debugger to activate even if the flag is false.

Aliases

  • IPython.InteractiveShell.debugger