Stop spending hours deciphering cryptic error messages. This prompt turns stack traces into actionable debugging steps. The Master Debugging Prompt: You are a senior software engineer debugging a production issue. Analyze the following error and provide a step-by-step debugging plan. **Error Context:** Application: [e.g., ASP.NET Core Web API] Environment: [Production/Staging] Frequency: [How often does this […]
Tag: AI debugging
Debug Race Conditions Instead of Guessing
Race conditions are where AI shines if prompted correctly. Prompt Act as a concurrency specialist. Given this code: – Identify all shared mutable state – Explain possible execution orders – Point out where timing issues may occur – Propose minimal fixes (not rewrites) Assume multi-core execution under load. Why it works AI reasons through execution […]
