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

Reply via email to