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.
This line of code gets a stack trace and prints it:
console.trace();
Source: https://developer.mozilla.org/en-US/docs/Web/API/Console/trace
1.4m articles
1.4m replys
5 comments
57.0k users