<div dir="ltr">Hello,<div><br></div><div>I have a custom Python formatter for my own string type (a specialization of std::basic_string). It displays fine by itself but when it is inside an STL container (vector, map, etc), I lose the format (shows the default view that lldb uses when you don't have a special formatter). How can I fix that? It's not feasible to add a summary for every possible combination (especially for std::map).</div><div><br></div><div>Thanks!</div><div><br></div><div>Florin</div></div>