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

bundles / IPython 9.14.0.dev / 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