> ## Documentation Index
> Fetch the complete documentation index at: https://prism-ddf93e61.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# prism replay

> Launch the interactive TUI debugger.

The `replay` command enters Tier 3 diagnostics with an interactive Terminal User Interface (TUI).

## Usage

```bash theme={null}
prism replay <TX_HASH> --interactive
```

## Interactive Controls

* **`s`**: Step into the next host call.
* **`n`**: Step over the current invocation.
* **`b`**: Set/unset a breakpoint on the current line.
* **`q`**: Quit the debugger.
* **`i`**: Inspect the current state, budget, and auth context.
