bundles / IPython 9.3.0 / IPython / core / debugger / Pdb / do_down
function
IPython.core.debugger:Pdb.do_down
source: /IPython/core/debugger.py :1134
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.
Aliases
-
IPython.core.debugger.Pdb.do_down