Whats wrong with DebuggerDisplay in Visual Studio 2008
-
Hi, i discoverd the DebuggerDisplayAttribute don't work in Visual Studio 2008, at leat in mine. In Visual Studio 2005 did that work
[DebuggerDisplay( "{FirstName} {LastName}" )] class Person { public String FirstName { get; set; } public String LastName { get; set; } }
i searched for that problem already but i didnt found something about that. That why my question: Can you acknowledge that bug ? -
Hi, i discoverd the DebuggerDisplayAttribute don't work in Visual Studio 2008, at leat in mine. In Visual Studio 2005 did that work
[DebuggerDisplay( "{FirstName} {LastName}" )] class Person { public String FirstName { get; set; } public String LastName { get; set; } }
i searched for that problem already but i didnt found something about that. That why my question: Can you acknowledge that bug ? -
MarkPhB wrote:
In Visual Studio 2005 did that work
I noticed that too, personally I just override ToString() :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
IIRC: connect.microsoft.com
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)