how to view generic list items in watch window

I

ib

Is there a way that I can view the items/elements of a generic list in
VS2005? For example, if I use STL std::vector, I am able to use the watch
window to see each element in this container. But this does not work for
the generic List collections. Currently, when I click on the '+' symbol to
expand the generic list collection, all I get is a duplicated name of the
generic list. This repeats itself each time I click on the '+' symbol of
the nested, duplicated general list name.

I am working with the following:
VS2005, C++/CLI
Win XP, Pro, SP2


Thanks,

Ian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top