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

Aaron Ballman via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 25 04:57:09 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.
> 
> How is Visual Studio getting access to LLDB when debugging? Is it using the lldb-vscode debug adaptor protocol from the VS Code stuff?

I'm sorry for the confusion! I didn't mean to imply that I was using lldb through Visual Studio, only that I'm used to my debugger showing me both pieces of information at the same time instead of making me ask it twice, and I support lldb doing something similar.

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


More information about the lldb-commits mailing list