Hacker News new | ask | show | jobs
by therein 1587 days ago
int 3 of Javascript. I use it all the time because webpacked assets make it hard to find the line of code I am looking for.
1 comments

If you build source maps this isn’t a problem.
And if you're using nodejs woth source maps, but still getting horrid stacks: "--enable-source-maps"

> NODE_OPTIONS="$NODE_OPTIONS --enable-source-maps"