How to get ToString() to show up in Debug

Viewed 5820

I'd like to get ToString() to display for a class under my control in debug mode.

It'd be nice if this was the first thing to show up when you hover over a variable with the mouse. Is there an attribute for this?

7 Answers
Related