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

bundles / IPython 9.11.0 / IPython / core / debugger / Pdb / do_skip_predicates

function

IPython.core.debugger:Pdb.do_skip_predicates

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

Signature

def   do_skip_predicates ( self args )

Summary

Turn on/off individual predicates as to whether a frame should be hidden/skip.

Extended Summary

The global option to skip (or not) hidden frames is set with skip_hidden

To change the value of a predicate

skip_predicates key [true|false]

Call without arguments to see the current values.

To permanently change the value of an option add the corresponding command to your ~/.pdbrc file. If you are programmatically using the Pdb instance you can also change the default_predicates class attribute.

Aliases

  • IPython.core.debugger.Pdb.do_skip_predicates