[Docs] Debugging.mp4

Viewing your application

It’s important to get a sense of what was happening in the app at the time of the issue. With the Viewer, you can playback the user session, view user events in the timeline, and add comments in the video.

Untitled

Time Travel Debugging

When you switch to DevTools, you’ll see everything you’d find in Chrome Devtools except now they’ve been super charged with time travel. For the first time you’re able to jump from a user event to where the event was handled and from a log in the Console to where the log was emitted. For the first time, you can start time traveling!

  1. Jumping to an event handler
  2. Jumping to a console log
  3. Evaluating print statements
  4. Jumping to a network request
  5. Jumping to a breakpoint
  6. Jumping to a Redux action