in visual studio when i used to debug code with c++ std::vector i could see all the elements in it and even drill down to each element , somehow in Xcode 5.1 i can see this option
all i see is the iterators of the vector.
here is what i see in Xcode when i try to watch vector elements :
how can i see the vectors elements in the debug window .