bundles / IPython 9.12.0 / IPython / core / debugger / Pdb / do_where
function
IPython.core.debugger:Pdb.do_where
source: /IPython/core/debugger.py :1017
Signature
def do_where ( self , arg : str ) Summary
w(here) Print a stack trace, with the most recent frame at the bottom. An arrow indicates the "current frame", which determines the context of most commands. 'bt' is an alias for this command.
Extended Summary
Take a number as argument as an (optional) number of context line to print
Aliases
-
IPython.core.debugger.Pdb.do_where