analyze_bug
Analyze bug descriptions to identify potential causes, affected files, and debugging strategies before implementing debug logs.
Instructions
Analyze a bug description and provide intelligent suggestions about possible causes, affected files, and debugging strategies. This helps you understand what might be causing the issue before adding debug logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bugDescription | Yes | Detailed description of the bug - what should happen vs what actually happens | |
| files | No | List of relevant file paths (optional, helps provide more targeted analysis) |