[Lldb-commits] [lldb] [lldb-vscode] Display a more descriptive summary for containers and pointers (PR #65514)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 7 10:24:39 PDT 2023
https://github.com/clayborg commented:
This will cause large performance regressions when debugging large complex codebases due to the extra type completions that will now happen every time you stop somewhere and view variables.
https://github.com/llvm/llvm-project/pull/65514
More information about the lldb-commits
mailing list