list_variables
Shows variables in the current stack frame. Select scope: locals, function arguments, or both to inspect debugging state.
Instructions
Show variables in the current stack frame (GDB 'info locals' / 'info args').
scope: "locals" — local variables only (default) "args" — function arguments only "all" — both locals and arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | locals | |
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |