bundles / IPython latest / IPython / core / debugger / Pdb / do_down
function
IPython.core.debugger:Pdb.do_down
source: /IPython/core/debugger.py :1204
Signature
def do_down ( self , arg ) Summary
d(own) [count] Move the current frame count (default one) levels down in the stack trace (to a newer frame).
Extended Summary
Will skip hidden frames and ignored modules.
Aliases
-
IPython.core.debugger.Pdb.do_down