DebuggingGeneric
Stack Trace Analysis
Turn a stack trace into actionable debugging steps
Prompt
Here's a stack trace I'm seeing:
```
[paste stack trace]
```
Analyze this trace and tell me:
1. Which line is the actual failure point (not just the top of the stack)
2. What the error message means in plain English
3. The most likely cause based on the code path
4. What I should check first to fix it