[Lldb-commits] [lldb] [lldb-dap] Adjust variable display values. (PR #146754)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 3 09:52:35 PDT 2025
jimingham wrote:
> We can add a button to the variables UI or a context menu entry for running the description. I can switch to that instead.
I think that's the better way to go. If you do this, the View that's going to display the description has to be expandable and scrollable, since these descriptions are often quite long.
https://github.com/llvm/llvm-project/pull/146754
More information about the lldb-commits
mailing list