[swift-dev] Debugging with Xcode/LLDB

Pawel Szot (PGS Software) pszot at pgs-soft.com
Wed Mar 8 02:00:26 CST 2017


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:
  __ZNK4llvm25SmallVectorTemplateCommonIN5swift11constraints8SolutionEE4sizeEv
```


More information about the swift-dev mailing list