How to see the contents of std::map in Visual C++ .NET (Visual Studio 2003) while debugging?
- by shan23
I need to see the contents of a std::map variable while debugging. However, if i click on it in the Autos/Locals Tab, I see implementation specific stuff, instead of the keys and its contents which I want to look at. Is there a work-around i'm missing ?