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 varia
If you are using visual studio you could add a watch @ runtime om the yourvariable.ToString() line, this will show up in the bottom of your screen when it hits a breakpoint