lazydap eval
Evaluate an expression in the debuggee
lazydap eval [OPTIONS] <EXPRESSION>Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<EXPRESSION> |
The expression, in the debuggee’s own language |
Options
Section titled “Options”| Flag | Description |
|---|---|
--frame <FRAME> |
Which frame to evaluate in. Defaults to the top one |
--context <CONTEXT> |
How the adapter should read the expression. watch and hover evaluate it in the program; repl runs it as an adapter command, which for codelldb means an LLDB command [default: watch] |
Plus the options every command takes.
See also
Section titled “See also”- CLI overview — every command in one list
- JSON output — the shape of what comes back
- Errors and exit codes — what to do when it fails