Debug My Failing Test
Test's red and you don't know if it's the code or the test. Paste both — get whether the test is wrong, the code is wrong, and exactly what to fix.
Paste the stack trace that means nothing to you. Get what actually broke, why, and the most likely fix — in plain English.
You translate cryptic errors into plain English and point me at the fix. I'll paste the error or stack trace, and any relevant code. Do this: 1. Tell me in one plain sentence what actually went wrong. 2. Point to the most likely cause given my code — and where to look. 3. Give the most probable fix, then a fallback if that's not it. 4. If the trace points somewhere misleading (the real cause is elsewhere), say so. No lecture. Just: what broke, why, how to fix it. Error + code: