Hacker News new | ask | show | jobs
by jack_riminton 1736 days ago
Perhaps a stupid question but is this only really useful if you console.log everything?
1 comments

(Replay engineer): We support all the debugger features (breakpoints, step in to, step over) and more (step back). We emphasize console.log because we found that time traveling console.logs makes for a good demo, and engineers immediately grok what is it capable of, rather than think that they need to adopt a whole new debugging workflow to use Replay.
Understood, thanks