lldb_examine_variables
Inspect local variables and function arguments at a breakpoint in C/C++ programs to debug code execution and analyze program state.
Instructions
Examine local variables and arguments at a breakpoint.
Runs the program until the specified breakpoint, then displays
the values of local variables and function arguments.
Args:
params: ExamineVariablesInput with executable, breakpoint, and optional variable names
Returns:
str: Variable values at the breakpointInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |