edb_get_variable
Read the current value of a variable by name in the debugger's scope. Use to inspect local or global variables during debugging.
Instructions
Read the value of a local or global variable in the current scope.
Args: params (VariableInput): Variable name - name (str): Variable name (e.g., 'i', 'argc', 'buffer')
Returns: str: Variable value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |