edb_get_frame_info
Retrieve detailed stack frame information including address, function, arguments, locals, and frame type for any frame level.
Instructions
Get detailed information about a stack frame: address, function, arguments, locals, frame type, and more. Equivalent to EDB's call stack panel showing frame details.
Args: params (FrameInfoInput): Frame - frame_level (int): Frame level (0 = innermost, default: 0)
Returns: str: Frame information with args and locals
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |