Paste the exact error
Do not paraphrase errors. Copy the terminal output, browser console message, stack trace, or failing test. Cursor is much more useful with the real symptom.
Ask for ranked causes
A good prompt is: “Rank the top three likely causes and tell me what to inspect first.” This prevents random code edits.
Fix one thing at a time
Do not approve a giant rewrite unless the cause is obvious and the code is small. One fix, one test, one result.
Keep a rollback path
If you use Git, commit before major changes. If you are not using Git yet, duplicate the project folder before a risky change.
When to ask Claude
Use Claude when the debugging issue needs a calm explanation, a higher-level architecture review, or a clearer prompt to bring back into Cursor.
FAQ
Should I let Cursor run commands?
Only when you understand the command and trust the folder it is running in.
What if Cursor keeps failing?
Stop asking for fixes. Ask for a diagnosis, the smallest reproduction, and what information is missing.