prompt Coding
Debug This Error
Paste an error message and your code, and get the likely cause plus a fix you can understand.
The prompt
I'm getting an error. Help me fix it.
What I expected to happen: [describe]
What actually happened: [describe]
Error message:
"""
[paste the full error]
"""
Relevant code:
"""
[paste the code]
"""
Explain in plain English what's causing this, give me the corrected code,
and tell me how to avoid it next time. If you need more information, ask.
How to use it
Always paste the FULL error message, not just the last line — the details above it usually point to the real cause. See the Vibecoding guide for the wider workflow.
The three-part framing — expected / actual / error — is the same thing a good developer would ask you. Giving it up front turns a vague “it’s broken” into a fast, specific fix.
#debugging #coding #errors