---
name: Bug Report
about: Report a bug to help us improve AI Debugger
title: '[Bug]: '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Environment
- **OS**: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11 WSL]
- **Python Version**: [e.g., 3.11.5]
- **AI Debugger Version**: [e.g., 0.0.8]
- **MCP Client**: [e.g., Claude Code, Cursor, Cline]
- **Language Being Debugged**: [e.g., Python, JavaScript, Java]
## Steps to Reproduce
1. ...
1. ...
1. ...
## Expected Behavior
What you expected to happen.
## Actual Behavior
What actually happened.
## Error Output
```
Paste any error messages, stack traces, or relevant log output here.
```
## Minimal Reproduction
If possible, provide:
- A minimal code sample that triggers the bug
- The debug commands/tool calls used
- Your `launch.json` if relevant
## Additional Context
Add any other context about the problem here (screenshots, related issues, etc.).
## Checklist
- [ ] I have searched existing issues to ensure this hasn't been reported
- [ ] I have included the AI Debugger version (`pip show ai-debugger-inc`)
- [ ] I have included relevant error messages or logs