I know that in the Immed and Watch windows you can't use Lambda expressions.
So, say I'm in Debug mode, and I've got an Object in my Watch window.
I'd like to be to say: "show me all properties in this tree of DateTime type", using LINQ.
Is there any Debug feature or add-on in VS2010 that will let me do that?
cheers