[Lldb-commits] [lldb] [lldb-dap] Updating VariableDescription to use GetDescription() as a fallback. (PR #77026)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 10 09:15:54 PST 2024
walter-erquinigo wrote:
Now that I think of it, it would be really nice if GetDescription() could get a `one_line` flag that prints the description as a single line. Then the rendering will be much better on vscode, because we already dump the children of each object anyway.
https://github.com/llvm/llvm-project/pull/77026
More information about the lldb-commits
mailing list