[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 15:01:06 PDT 2023


clayborg wrote:

What IDE are you using for the screenshot above? The issue you might run into is that IDE might only be showing the value string and not the summary string. XCode and Visual Studio code will show the value if there is one _and_ the summary if there is one. If there is no value (structs and class instances have no values), then they show the summary only.

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


More information about the lldb-commits mailing list