You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A place Name is useful is collection items. It can be used to display a custom name instead of an index in a debugger window.
Before:
After:
This seems like an improvement to me. It's easier to see what the keys and values are.
I was wondering why IDictionaryDebugView and other dictionary type proxies don't use this feature. Right now the key and value are squashed together in the debugger, and a meaningless index is displayed as the name.