Cursor 调试,4 行 Prompt 就够。
,
,
,
你:still broken?仍然报错。。\x0aCursor:…\x0a\x0a这次先别急着修。\x0a先用 Prompt 四步走:\x0a🔍 Reflection → 列出 5–7 个可能原因\x0a🎯 Distill → 缩到 1–2 个核心假设\x0a📝 Log → 日志打点\x0a🔧 Fix → 代码落地\x0a\x0a完整 Prompt:\x0aReflect on 5–7 different possible sources of the problem,\x0adistill those down to 1–2 most likely sources,\x0aand then add logs to validate your assumptions\x0abefore we move onto implementing the actual code fix\x0a\x0a少即是多。\x0a漏斗思考,少走弯路。\x0a日志说话,数据驱动。\x0aBug 不再 broken。\x0a下一次,先 brainstorm,再改代码。\x0ax@tedx_ai