Groups > Asp .Net > Visual Studio 2005 > Re: Observing a collection while debugging...




Observing a collection while debugging...

Observing a collection while debugging...
Tue, 25 Mar 2008 01:40:40 +000
Is there any way to do this?  

Whenever I mouse over a collection's name in the code while debugging, it says
"In order to evaluate an indexed property, the property must be qualified
and the arguments must be explicitly supplied by the user."

For example, I use Java and NetBeans for school assignments.   With NetBeans, I
have a Tree View of the collection in question without a "qualified
property" or "explicitly supplied arguments".

 
Any help would be appreciated.




Daniel
Post Reply
Re: Observing a collection while debugging...
Fri, 28 Mar 2008 11:15:34 +000
Hi Daniel,

I would like to know if your project is the VB.NET project, I find a thread that
was talking about the same issue. Seems it is by design that VB debugger must be
explicitly with which collection item you want. Please check the following link
for more information. 

Need Extension Debugging Help
http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2183139&SiteID=17

In addtion, please refer to the following article at your convenience. I hope it
is helpful to you.

Customize the display of types in the Debugger using Extension Methods and
DebuggerDisplay Attribute
http://blogs.msdn.com/calvin_hsia/archive/2007/10/02/5256045.aspx
Post Reply
about | contact