bundles / IPython 9.5.0 / IPython / core / debugger / Pdb / do_skip_predicates
function
IPython.core.debugger:Pdb.do_skip_predicates
source: /IPython/core/debugger.py :801
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