Skip to main content

Debug — step through a replay

Debug replays a mobile session one step at a time so you can watch exactly what each step does on the device. Use Step to run the next step, Continue to run to the end (or the next failure), and Stop to end.

Debug — the next-to-run step highlighted, with Step / Continue / Stop

The next-to-run step stays highlighted and scrolls into view as you go, so you can line up each step against what appears on the emulator — handy for pinning down which step a problem really starts at.