Open HolyBlackCat opened 1 year ago
Thanks for letting me know, @HolyBlackCat . It was a contribution and I don't use it myself, but I'll have a look when I have some time. It probably isn't too hard to fix.
@HolyBlackCat I fixed the issues you mentioned. I believe it is working fine for the flat
versions. The node
versions still need some work.
The LLDB pretty-printer sometimes prints junk values. Consider following example:
I did:
Then typed:
This gave me following output:
Notice
key = (x = 0, y = 0)
for the second element, while it should bekey = (x = 18, y = 8)
.Also, I don't know if it's easy to configure, but it's probably a good idea to remove repetition in the output too (key is printed 3 times, and the value is printed 2 times).