FWIW, you get this feature out of the box with VS2008, but it looks like it has gone to VS2010. I just tried this in both VS2008 and VS2010:
std::set< int > s;
for(int i = 0; i < 400; ++i)
{
s.insert(i);
}
Setting a breakpoint after that, and then using the Locals or Watch panels, if I expand s, the debugger shows me all 400 elements below it in VS2008, but only the first 100 in VS2010.
, - VS2008, .
FWIW, C- , , . p, 200 200 * p . std:: set.: (