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
```
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to