Back to repositoriesView on GitHub
Indexed repository
undoio/addons
These skills were discovered automatically and have not necessarily received an editorial review.
1 indexed skills1 stars
debugging-with-undoIndexed
Debug programs using Undo time travel debugging. Record flaky tests, intermittent failures, race conditions, or bugs that don't reproduce reliably. Analyze recordings by traveling backwards through execution history. Use when the user mentions debugging, flaky tests, intermittent bugs, race conditions, `.undo` files (Undo recordings), or asks why something happened in an actual run. This can provide similar results as adding logging statements, but without modifying the code or needing to re-run the program multiple times.
View indexed skill