This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / debugger / Pdb / break_anywhere

function

IPython.core.debugger:Pdb.break_anywhere

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

Signature

def   break_anywhere ( self frame )

Summary

_stop_in_decorator_internals is overly restrictive, as we may still want to trace function calls, so we need to also update break_anywhere so that is we don't stop_here, because of debugger skip, we may still stop at any point inside the function

Aliases

  • IPython.core.debugger.Pdb.break_anywhere