Debugging a vector in visual studio

Started by
5 comments, last by Ilici 18 years, 5 months ago
I need help debugging a vector in visual studio so i can view the contents in the watch window, how is this possible?
Advertisement
myVec._Myfirst, 100

The 100 specifies how many elements you want to look at

If my memory serves me correctly, there was some sort of open source plugin on sourceforge that allowed viewing vector contents in VS2K3. Also, you might consider VS2k5, which does that automagically ;)
If my memory serves me correctly, there was some sort of open source plugin on sourceforge that allowed viewing vector contents in VS2K3. Also, you might consider VS2k5, which does that automagically ;)
Nice, I had always just assumed I was out of luck with viewing vector contents. I will search for this plugin as it will save me much time and headaches!
http://sourceforge.net/projects/vsedebug/
This space for rent.
Quote:Original post by Code-R
If my memory serves me correctly, there was some sort of open source plugin on sourceforge that allowed viewing vector contents in VS2K3. Also, you might consider VS2k5, which does that automagically ;)


I've googled for a while, couldn't find anything, I'd be very interested in something like this..

Oh thanks gumpy

This topic is closed to new replies.

Advertisement