DISQUS

Development on a shoestring: Always implement the ToString() method

  • Dave · 2 years ago
    I often find myself expanding individual nodes of quickwatch lists of objects, wasting lots of time. Your ToString() idea is a great one. I'm sure I will use it in the future. Thanks.
  • mfhobbs · 2 years ago
    Try also [DebuggerDisplay] which does similar without having to add code.
    http://msdn2.microsoft.com/en-us/library/system...