[Lldb-commits] [lldb] [lldb-dap] Allow expressions in setVariable request (PR #185611)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 13 10:11:15 PDT 2026
ashgti wrote:
If we support both when a variable returns a `evaluateName` it uses `setExpression` otherwise it uses `setVariable`.
If we need to make adjustments for cases like synthetic types we should do adjust the variables request.
https://github.com/llvm/llvm-project/pull/185611
More information about the lldb-commits
mailing list