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

Aaron Ballman via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 24 08:19:19 PDT 2023


AaronBallman wrote:

> What IDE are you using for the screenshot above? 

Visual Studio

> 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.

Ah that could explain it. I'm used to seeing the value and the summary when both are available.

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


More information about the lldb-commits mailing list