Debugging
In the app, a run is a single captured execution. Use the timeline to see what happened in order.
Read an execution
Open a run from the list. Follow steps and capability events along the path your code actually took.
Inspect state
Expand inputs, outputs, environment-related detail, network evidence, logs, and timing for the captured run.
Replay
Replay re-runs the code path with recorded I/O so you can compare behavior without re-firing real side effects. Availability depends on your plan and runtime.