You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer
I want meaningful stack traces
So that I can quickly debug.
Deliverables
Stack traces point to the original line.
Notes
Right now, Istanbul seems to put the entire instrumented code on line 9 so every stack trace will point to line 9 which is not very useful. The first 8 lines seem to be setup code for tracking coverage
A quick win would be to preserve line numbers in the instrumented output. Another way would be to generate source maps.
Thoughts?
The text was updated successfully, but these errors were encountered:
Need
As a developer
I want meaningful stack traces
So that I can quickly debug.
Deliverables
Notes
Right now, Istanbul seems to put the entire instrumented code on line 9 so every stack trace will point to line 9 which is not very useful. The first 8 lines seem to be setup code for tracking coverage
A quick win would be to preserve line numbers in the instrumented output. Another way would be to generate source maps.
Thoughts?
The text was updated successfully, but these errors were encountered: