Y
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
geraldwhen
1587 days ago
If you build source maps this isn’t a problem.
link
Normal_gaussian
1586 days ago
And if you're using nodejs woth source maps, but still getting horrid stacks: "--enable-source-maps"
> NODE_OPTIONS="$NODE_OPTIONS --enable-source-maps"
link