debugging_approach
Troubleshoot software issues using structured debugging methodologies, including hypothesis tracking, evidence collection, and root cause analysis.
Instructions
Systematic debugging methodologies for troubleshooting and problem resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | A detailed and specific description of the problem, including observed vs. expected behavior, and steps to reproduce if known. | |
| steps | No | Debugging steps taken, either as simple strings or detailed step objects. | |
| tools | No | Tools and technologies used during debugging. | |
| method | No | Detailed information about the debugging method being used. | |
| endTime | No | When the debugging session ended. | |
| evidence | No | Evidence collected during the debugging process. | |
| findings | No | The key observations, data points, or discoveries made during the debugging process. | |
| sessionId | No | Unique identifier for this debugging session. | |
| startTime | No | When the debugging session started. | |
| aiAnalysis | No | AI-powered analysis results for enhanced debugging capabilities. | |
| hypotheses | No | Hypotheses about potential causes of the issue. | |
| resolution | No | A clear explanation of the final fix, including any code changes, configuration updates, or other actions taken. | |
| approachName | Yes | The name of the systematic debugging method being applied (e.g., 'Log Analysis', 'Delta Debugging', 'Root Cause Analysis'). | |
| participants | No | People involved in the debugging process. | |
| documentation | No | Documentation of the debugging process and resolution. | |
| effectiveness | No | Metrics for evaluating the effectiveness of the debugging approach. | |
| totalDuration | No | Total time spent debugging. | |
| classification | No | Structured classification of the issue. | |
| lessonsLearned | No | Key lessons learned from this debugging session. | |
| preventionMeasures | No | Measures to prevent similar issues in the future. |