[Lldb-commits] [lldb] [lldb-dap] Improving 'variables' hover requests. (PR #146773)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sun Jul 13 23:57:20 PDT 2025


labath wrote:

I'm not sure what to add. The stripping change still seems very language-specific to me, but I also don't have any good ideas on what to replace it with. Maybe we could look for a sequence of identifier-like characters (under the assumption those are roughly the same all languages), and if the expression contains exactly one such sequence, then display that?

https://github.com/llvm/llvm-project/pull/146773


More information about the lldb-commits mailing list