Replay Oriented Instrumentation

Instruments programs to record execution information for deterministic replay debugging. Use when debugging hard-to-reproduce bugs (race conditions, timing issues, intermittent failures, heisenbugs), reproducing production failures, or analyzing complex execution sequences. Records non-deterministic events (I/O, threading, randomness, time) to enable exact replay of program executions. Supports Python, JavaScript, Java, and C/C++ with both custom instrumentation and existing replay tools.

tools-only b72435e 3 files · 20.1 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_c74442e6 commit b72435e03c

Frequently asked questions

npx skillmds@latest add tools-only/replay-oriented-instrumentation