When debugging, if you look at an object in the Watch window, you get a subset of the properties belonging to that object. Is there a way to make it show all the available properties right up front so I don't have to dig through all the "base" junk?
Printable View
When debugging, if you look at an object in the Watch window, you get a subset of the properties belonging to that object. Is there a way to make it show all the available properties right up front so I don't have to dig through all the "base" junk?
Haven't found one that shows the entire entity as yet, but debugger visualisers would be what you're looking for: http://msdn.microsoft.com/en-us/library/zayyhzts.aspx