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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Mark your class with
Test:
Now when you hover over a variable with the mouse it will show
This is the text that will be displayed at debugging.