In Python, how can I print the current call stack from within a method (for debugging purposes).
|
feedback
|
|
Here's an example of getting the stack via the traceback module, and printing it:
If you really only want to print the stack to stdout, you can use:
but getting it via | |||
|
feedback
|
| |||||
feedback
|