analyze_stack_trace
Analyze a stack trace to locate related code in the codebase, understand why issues occurred, and get fix suggestions.
Instructions
Analyze a stack trace and find related code in the codebase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack_trace | Yes | Stack trace to analyze | |
| codebase_path | No | Path to the codebase to analyze (default: current directory) | . |