
27 Dec
2010
27 Dec
'10
10:26 a.m.
I started using multi-index container, everything works fine, but I have hard time when debugging my code with Visual Studio 2005. The problem is I can't see the contents of the container when point my mouse to the container variable i.e I am seeing bunch of information that needs to be expanded, but can't see the actual elements in the container, for example like I can with std::vector. Is there some way to do this ? thanks
You can try using the appropriate Visualizer: https://svn.boost.org/svn/boost/sandbox/boost_docs/subprojects/DebuggerVisua... IIRC, using visuzlizer for MI-container requires some additional code as well.