Traditional debuggers let you pause and debug your application at a single point in time. With time travel debuggers, you can pause your application at any point in time.

The key is being able to easily jump to the most interesting points in time.

Jump to line

Untitled

Jump to Cypress event

Hover on a Cypress action and click on Jump to code to seek to your application’s onClick or onKeypress event handler.

Untitled

Jump to console message

Hover on a console message and click on Jump to code to seek to where the message was emitted.

Untitled