Boost logo

Boost Users :

Subject: Re: [Boost-users] [Multi-Index] View contents of multi-index with debugger
From: Igor R (boost.lists_at_[hidden])
Date: 2010-12-27 05:26:54


> 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/DebuggerVisualizers/

IIRC, using visuzlizer for MI-container requires some additional code as well.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net