Hacker News new | ask | show | jobs
by username3 1737 days ago
Can this show code coverage like WebStorm’s spy-js to show which code was executed?
1 comments

(Replay engineer): Kind of! In the code viewer's left hand side gutter, the one that shows line numbers, if a line of code was never executed it is greyed out. Otherwise if you hover over it we show you how many times that code was executed, and from there you can set a logpoint/breakpoint.