Subject: [Boost-users] [Container] any debug renderings for Visual Studio?
From: John M. Dlugosz (ngnr63q02_at_[hidden])
Date: 2014-01-28 21:38:09


When I try to inspect, say, a flat_vector (or anything built on top of it like a flat_map)
I can't see the elements in the Watch display. Is there some way to teach VS about that?
  I seem to remember a long time ago having VS skip things like shared_ptr dereference
when stepping through.