1

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

References:

Rob Bednark
  • 25,981
  • 23
  • 80
  • 125

1 Answers1

2

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

enter image description here

Rob Bednark
  • 25,981
  • 23
  • 80
  • 125