[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:27:15 PDT 2023
clayborg wrote:
I agree with what Jim said as well. I would rather see the IDEs add the ability to change the format for the values like Xcode can so that people can see their values as needed. The summary here isn't a perfect option for this because if you switch the format to `lldb::eFormatDecimal` we will see "1" as the value and "1" as the summary.
https://github.com/llvm/llvm-project/pull/69815
More information about the lldb-commits
mailing list