How do I print a stack trace from JavaScript?
The answer How can I get a Javascript stack trace when I throw an exception? deals with throwing an exception, but I need to print stack traces to debug a memory leak.
Basically I've got the same question as Get current stack trace in Java but for JavaScript.
And How to print a stack trace in Node.js? is similar but it's Node.js and I want to know for JavaScript, more generally speaking, if it's different.
See Question&Answers more detail:os