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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits