frame
frameRetrieve full details of a specific function activation, including arguments, return or exception, and per-line local variable timeline. Use frame IDs from exceptions, tree, or grep to pinpoint the exact call.
Instructions
one activation in full. Arguments, return or raise, and the per-line locals timeline when the run was recorded with --focus; frame ids fN come from exceptions, tree and grep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fn | No | qualname of the function: exact match first, else substring | |
| nth | No | which activation (1-based) | |
| run | No | run id, a unique prefix of one, or `last` (the newest trace) | last |
| frame | No | frame ref (f12) |