Avatar
https://forums.swift.org/t/debugging-with-xcode-lldb/5391 どれだけ役立つのか分からないし、試したこともないんですけど、一応参考リンクです。
Hi, I’m using LLDB when debugging in Xcode. p x->dump() works fine, but what about vectors? For example SmallVectorImpl doesn’t offer dump(), and I can’t even get it’s size: error: Couldn't lookup symbols: __ZNK4llvm25SmallVectorTemplateCommonIN5swift11const...