I have std::map , which is a private member of the class. One of its meanings changes (when it should not), and I cannot understand where. Once the card is assembled, this item will always be the last due to the nature of the keys used.
I am trying to set a breakpoint on the last element (sixth, to be precise) in Visual Studio 2010, but I'm out of luck. I looked at the header of both map and xtree (its base) and cannot find a suitable member to use.
Does anyone know how to set a data breakpoint for an element value in std::map ?
Chris wilson
source share