CrashReplay
8 tools in this family (folder Editor/Tools/CrashReplay/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
crashreplay_analyze_bundle | read-only | LLM-driven postmortem of a crash bundle: root-cause hypothesis, last 5 inferred |
crashreplay_dedupe_by_fingerprint | read-only | Group every bundle by stack-trace fingerprint and report unique fingerprints with |
crashreplay_disable | writes | Deactivate the crash watcher. Existing bundles on disk are untouched. |
crashreplay_enable | writes | Activate the crash watcher: hooks Application.logMessageReceivedThreaded and |
crashreplay_export_github_issue | writes | Format a crash bundle as a Markdown body ready to paste into GitHub. Writes the file |
crashreplay_list_bundles | read-only | Enumerate all crash bundles under Tests/AutoPlay/CrashReplays/, newest first. |
crashreplay_replay_bundle | writes | Replay a crash bundle's frames via determinator_replay_session — restores RNG state |
crashreplay_status | read-only | Report whether the crash watcher is enabled, how many bundles it has captured |