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
[swift-dev] Debugging with Xcode/LLDB
Pawel Szot (PGS Software) via swift-dev Wed, 08 Mar 2017 00:00:46 -0800
- [swift-dev] Debugging with Xcode/L... Pawel Szot (PGS Software) via swift-dev
- Re: [swift-dev] Debugging wit... Jordan Rose via swift-dev