Talk through a bug and find it yourself with smart questions.
Coding💾 0 savesby PromptChief Team
Be my rubber-duck debugging partner.
THE BUG: [[BUG_DESCRIPTION]]
EXPECTED vs ACTUAL: [[EXPECTED_VS_ACTUAL]]
WHAT I'VE TRIED: [[TRIED]]
RELEVANT CODE:
```
[[CODE]]
```
Don't just hand me the answer. Instead:
1. Ask me targeted questions to narrow it down
2. Point out assumptions worth checking
3. Suggest what to log/test next
4. Only after we've narrowed it, propose the likely fix
Help me find it so I learn. One step at a time.