A Guide to Using DebuggerDisplay Attribute for Better Debugging
The DebuggerDisplayAttribute helps provide meaningful information about complex objects while debugging the application. Consider the following example where we set a breakpoint on the productList. In order to view the difference, comment out Debugge...
arjunan-techblog.hashnode.dev1 min read
Kazys Račkauskas
Tdd
Nice! I was wondering how I can do that, but it was not crucial so I didn't find time to look for that. Nice that I found this article accidentally