Relative Content

Tag Archive for debuggingspydercallstack

Can spyder show the call stack while debugging?

While debugging code, it is useful to see the complete call stack.
Moreover, it is useful to be able to navigate it by clicking on the various lines in a displayed list of the call stack.
Many IDEs in many languages have this option.
Can Spyder do this?