Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Whats wrong with DebuggerDisplay in Visual Studio 2008

Whats wrong with DebuggerDisplay in Visual Studio 2008

Scheduled Pinned Locked Moved C#
helpquestioncsharpvisual-studio
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MarkPhB
    wrote on last edited by
    #1

    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 ?

    L 1 Reply Last reply
    0
    • M MarkPhB

      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 ?

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      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)

      M 1 Reply Last reply
      0
      • L leppie

        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)

        M Offline
        M Offline
        MarkPhB
        wrote on last edited by
        #3

        Ok and how do we inform Mircosoft about that bug ?

        L 1 Reply Last reply
        0
        • M MarkPhB

          Ok and how do we inform Mircosoft about that bug ?

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #4

          IIRC: connect.microsoft.com

          xacc.ide - now with TabsToSpaces support
          IronScheme - 1.0 alpha 4a out now (29 May 2008)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups