edb_get_stack_frame
Inspect a specific stack frame level to retrieve address, function, file, and line information.
Instructions
Get detailed information about a specific stack frame level. Shows address, function, file, line for the given frame.
Args: params (StackFrameInput): Frame level - frame_level (int): Frame number, 0 = current (default: 0)
Returns: str: JSON frame information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |