Does anyone know how to use the VC++ debugger, i.e., the watch window or quick watch, to show the contents of a map? Are there other viewing mechanisms besides the two I just mentioned?
AFAIK, you can't "see" collection elements just the collection object itself. To use the debugger, i write an iteration loop and step though it examining each element in the "watch window" or "variables window".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.