i have read before that .NET 2.0 enhances debugging with the new debugging attributes. most useful one that i have seen is the ability to filter out all the members of a class instance as displayed in debugging windows (watch, locals, etc.) using DebuggerBrowsable attribute. i just read an article tonite...