Generated by Vibe Mill. This repository was produced by an automated pipeline. No human wrote this code. It is not a product and should not be treated as one.
a vs code extension that records your debugging session so you can watch yourself suffer in slow motion later.
tracks every breakpoint hit, variable inspection, and stack trace during a debugging session, then replays it as an interactive timeline. basically a dashcam for when your code breaks and you want to prove it wasn't your fault.
- records every breakpoint hit and variable inspection (like big brother but for your own incompetence)
- exports session recordings to share with teammates so they can watch you debug in real-time without the awkward screenshare
- interactive timeline that lets you scrub through your debugging failures like a blooper reel
- works async so you can send your debugging nightmares to future-you at 3am
because my roommate said "wouldn't it be funny if we could replay debugging sessions" and i had nothing better to do on a tuesday night.
npm install && npm run devthen open vs code, start debugging, and let the extension watch your every mistake.
this shouldn't exist. but here we are. 🫡