abseil-cpp icon indicating copy to clipboard operation
abseil-cpp copied to clipboard

LLDB pretty printers

Open cjolivier01 opened this issue 2 years ago • 1 comments

Are there any known pretty printers for LLDB for hash maps and sets?

cjolivier01 avatar Nov 30 '22 18:11 cjolivier01

I recently found myself needing these too, so ended up implementing unofficial support myself here: https://github.com/mentlerd/lldb-toybox

mentlerd avatar Feb 14 '24 23:02 mentlerd