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

Method print_stack_trace

tools/python-3.11.9-amd64/Lib/pdb.py:1537–1542  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1535 # and down moves towards the most recent stack frame).
1536
1537 def print_stack_trace(self):
1538 try:
1539 for frame_lineno in self.stack:
1540 self.print_stack_entry(frame_lineno)
1541 except KeyboardInterrupt:
1542 pass
1543
1544 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
1545 frame, lineno = frame_lineno

Callers 1

do_whereMethod · 0.95

Calls 1

print_stack_entryMethod · 0.95

Tested by

no test coverage detected