How do I see my stack trace in pudb? (i.e., the equivalent of the w / where command in the pdb Python debugger)
pudb
w
where
pdb
References:
There is no such command. The information is available in the "Stack" list in the sidebar: