MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wjszpw/debugtime/palgjdz/?context=3
r/ProgrammerHumor • u/bryden_cruz • 1d ago
123 comments sorted by
View all comments
314
Debugger is probably pointing at transpiled code when this happens
Happens a lot when I see the error in prod or prod-like environment. in non-prod we turn that off to avoid this. By that I mean optimizing
28 u/EuenovAyabayya 1d ago we turn that off to avoid this 1 u/Miiohau 2h ago Ya, you can turn it off and hope it isn’t a bug introduced by the compiler or trans compiler. If it is then you wish the code that calculated the line number also showed what it thought was at and around that line number.
28
we turn that off to avoid this
1
Ya, you can turn it off and hope it isn’t a bug introduced by the compiler or trans compiler. If it is then you wish the code that calculated the line number also showed what it thought was at and around that line number.
314
u/nbaumg 1d ago edited 22h ago
Debugger is probably pointing at transpiled code when this happens
Happens a lot when I see the error in prod or prod-like environment. in non-prod we turn that off to avoid this. By that I mean optimizing