There are two problems with [DebuggerBrowsable]
. First, it needs to be on all your fields. And second, if your using auto properties, you don't have fields.
Is there any way to (temporarily) get the debugger to only show public properties, or atleast hide the auto-generated backing field of c#'s auto properties? I'm probably dreaming, but maybe even group them like the class diagram tool?