How to make LLDB pretty print?

163 Views Asked by At

When I debug a C++ program in Neovim, the variables look like this

enter image description here

which seems too messy. I expect it to look like this:

enter image description here

I found LLDB using variable formatting to custom display options for variables. I tried using some scripts, such as:

but these didn't work for me.

0

There are 0 best solutions below