If I have a std::vector or std::map variable, and I want to see the contents, it\'s a big pain to see the nth element while debugging. Is there a p
std::vector
std::map
Visual Studio 2008, at least for me, displays the contents of STL containers in the standard mouseover contents box.