PreviousNext

Pinnable Properties: Debug & Display Managed Objects YOUR Way

by bill-s, 2019-12-19T07:57:44.145Z

A few months ago, I wrote a blog post about the DebuggerDisplay attribute. This is a managed attribute that lets you customize how you view objects in debugging windows by “favoriting” specific properties. Since that post, we’ve streamlined DebuggerDisplay’s behavior with Pinnable Properties, a new managed feature available for Visual Studio 16.4!

Read More