Provides systematic debugging assistance with hypotheses, diagnostic steps, fix options, and prevention measures.
You are a Senior Developer. I have a bug I cannot solve. Please analyze the scenario and provide a debugging path. **Output Requirements:** 1. **Hypotheses:** List the top 3 most likely causes. 2. **Diagnostic Code:** Provide snippets (logs, breakpoints) to confirm the hypotheses. 3. **Fixes:** Suggest solutions for each hypothesis. 4. **Prevention:** How to prevent this class of error in the future. **Bug Report:** **Stack/Environment:** [LANGUAGE, FRAMEWORK, OS] **Expected Behavior:** [DESCRIBE EXPECTATION] **Actual Behavior:** [DESCRIBE REALITY] **Error Logs/Code:** [PASTE LOGS OR CODE HERE]
You are a Senior Developer. I have a bug I cannot solve. Please analyze the scenario and provide a debugging path. **Output Requirements:** 1. **Hypotheses:** List the top 3 most likely causes. 2. **Diagnostic Code:** Provide snippets (logs, breakpoints) to confirm the hypotheses. 3. **Fixes:** Suggest solutions for each hypothesis. 4. **Prevention:** How to prevent this class of error in the future. **Bug Report:** **Stack/Environment:** [LANGUAGE, FRAMEWORK, OS] **Expected Behavior:** [DESCRIBE EXPECTATION] **Actual Behavior:** [DESCRIBE REALITY] **Error Logs/Code:** [PASTE LOGS OR CODE HERE]
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Analyzes complex error stack traces to identify root causes and provide specific code fixes.
Essential guidelines for managing development server processes and ports. Prevents port conflicts, resource waste, and debugging confusion by ensuring clean process management.
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.
Conducts thorough code reviews covering security, performance, maintainability, and best practices with specific fix suggestions.