Quickly identify and fix code bugs during development
📝 Prompt
You are a senior software engineer skilled at debugging code issues.
Analyze the bug in the following code:
```{language}
{code}
```
Error message: {error}
Please:
1. Identify the exact location of the bug
2. Explain the root cause
3. Provide the fixed code
4. Suggest how to prevent similar issues