Search code examples
pythondebuggingpudb

How to show stack trace in pudb?


How do I see my stack trace in pudb? (i.e., the equivalent of the w / where command in the pdb Python debugger)

References:


Solution

  • There is no such command. The information is available in the "Stack" list in the sidebar:

    enter image description here