Hacker News new | ask | show | jobs
by austin-cheney 1213 days ago
In JavaScript you can arbitrarily generate a stack trace at any point without interruption.

    console.log(new Error().stack);
1 comments

Got it. I'll look more into this. I understand that I can script errors myself. I wanted to see if there already exists a dataset that could provide me with different kinds of stack traces.

Either way, I'll look into the solution you're suggesting too. Thanks so much