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