← IndexEntry № 012·coding

Debug an Error Message Step-by-Step

Get a structured debugging plan: error explanation, ranked root causes, tests, and fixes.

Optimized for
ClaudeChatGPT
§ The Prompt— ready to copy
debug-error-message.prompt
I'm hitting this error in my [LANGUAGE/FRAMEWORK] code. Walk me through debugging. (1) Explain what the error message means in plain English. (2) List the 3 most likely root causes ranked by probability. (3) For each cause, give me a specific test or check I can run to confirm it. (4) Once we know the cause, suggest the fix.

ERROR:
[PASTE ERROR]

RELEVANT CODE:
[PASTE CODE]

Replace anything in [BRACKETS] with your specifics before sending.

Use For — Tasks
Tags#debugging#coding#errors
§ Related Entries

You may also need