map_stacktrace_to_code
Resolve runtime stack traces to precise source code locations using pre-indexed mappings, enabling agents to quickly identify error origins without file crawling.
Instructions
Map a runtime stack trace to indexed source locations and file lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stacktrace | No | The stack trace string to analyze. |