Skip to main content

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.

ToolEffectDescription
crashreplay_analyze_bundleread-onlyLLM-driven postmortem of a crash bundle: root-cause hypothesis, last 5 inferred
crashreplay_dedupe_by_fingerprintread-onlyGroup every bundle by stack-trace fingerprint and report unique fingerprints with
crashreplay_disablewritesDeactivate the crash watcher. Existing bundles on disk are untouched.
crashreplay_enablewritesActivate the crash watcher: hooks Application.logMessageReceivedThreaded and
crashreplay_export_github_issuewritesFormat a crash bundle as a Markdown body ready to paste into GitHub. Writes the file
crashreplay_list_bundlesread-onlyEnumerate all crash bundles under Tests/AutoPlay/CrashReplays/, newest first.
crashreplay_replay_bundlewritesReplay a crash bundle's frames via determinator_replay_session — restores RNG state
crashreplay_statusread-onlyReport whether the crash watcher is enabled, how many bundles it has captured