[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 12:33:54 PDT 2023
AaronBallman wrote:
> Is there a way to have Visual Studio change the display format of the enum values?
Sort of. You can specify you want to view values in hex and then you'll get `EK_ParenAggInitMember (0x00000015)` instead of `EK_ParenAggInitMember (21)`, but that all the more formatting changes you can get in the debug view.
https://github.com/llvm/llvm-project/pull/69815
More information about the lldb-commits
mailing list