MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / do_where

Method do_where

tools/python-3.11.9-amd64/Lib/pdb.py:984–990  ·  view source on GitHub ↗

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.

(self, arg)

Source from the content-addressed store, hash-verified

982 complete_cl = _complete_location
983
984 def do_where(self, arg):
985 """w(here)
986 Print a stack trace, with the most recent frame at the bottom.
987 An arrow indicates the "current frame", which determines the
988 context of most commands. 'bt' is an alias for this command.
989 """
990 self.print_stack_trace()
991 do_w = do_where
992 do_bt = do_where
993

Callers

nothing calls this directly

Calls 1

print_stack_traceMethod · 0.95

Tested by

no test coverage detected