[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 24 15:39:32 PDT 2023
clayborg 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?
https://github.com/llvm/llvm-project/pull/69815
More information about the lldb-commits
mailing list