-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DebuggerDisplayAttribute doesn't work on property in Visual Studio 2015 debugger #4134
Comments
@KevinH-MS moving to 1.2 |
This bug seems to still be present in Visual Studio 2015 with Update 2 (14.0.25123.00 Update 2). |
This came up recently in #69827. Do we have a sense of what work would be needed to improve this, and how involved it would be? |
I am currently facing the same issue. Microsoft .NET Framework Does anyone know a workaround for this? |
In Visual Studio 2015 Community, the debugger doesn't use
DebuggerDisplayAttribute
s anymore when placed on properties. The following class demonstrates the problem:When hovering over an instance of
Test
in the debugger of Visual Studio 2013 Community edition, everything works as expected:But if we do the same in Visual Studio 2015 Community edition, we get the following result:
The text was updated successfully, but these errors were encountered: