select_frame
Select a stack frame by number to change the context for inspection commands. Frame 0 is the current frame; use backtrace to see numbers.
Instructions
Select a stack frame by number (GDB 'frame N').
Frame 0 is the innermost (current) frame; use backtrace to see frame numbers. After selecting a frame, inspection commands (print, info locals, list_source) operate in that frame's context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |