Skip to content
Pre-release. v0.1.0 is not tagged and there are no published binaries yet. Install from source. Commands on this site were run against the current main.

lazydap eval

Evaluate an expression in the debuggee

lazydap eval [OPTIONS] <EXPRESSION>
Argument Description
<EXPRESSION> The expression, in the debuggee’s own language
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.