pyreplay
arnoldpredator/pyreplay
Python
An LLM can generate a whole codebase in seconds; understanding it is the slow part. pyreplay makes that first pass fast — top-down: map the whole project at a glance (nothing runs), then record a real run and replay it step by step, zooming from the architecture down to any single variable's value. Self-contained HTML, zero dependencies.