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

bundles / IPython 9.12.0 / IPython / core / debugger / Pdb / do_down

function

IPython.core.debugger:Pdb.do_down

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

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