Debugging gets easier when the notes survive

i’m starting to think the habit that scales isn’t being fast at debugging, it’s leaving behind enough context that the next person doesn’t have to rediscover the same weird path. at work i’ve seen tiny notes in tickets save way more time than another round of “just try stuff until it works.”

what actually sticks for people here — screenshots, repro steps, little test cases, something else?

What sticks for me is “expected vs actual,” plus one concrete state detail that would’ve changed the outcome (browser version, logged-in/out, feature flag on/off).

If there’s a screenshot, I want it to include the URL and any visible IDs—cropped mystery images are basically useless.