bundles / IPython 9.13.0 / IPython / core / interactiveshell / InteractiveShell / debugger
function
IPython.core.interactiveshell:InteractiveShell.debugger
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