Debugger Visualization for STL Containers

When viewing STL containers in Watch windows, or just by hover the mouse over the variable, you will only see the useful information not the whole structure’s layout. For example a std::map tooltip will only display the number of elements and the actual values of the elements inside the map.