How do I override and format string in ToString method to get multiline debug message, when I mouse over some variable in debuger. Currently when I return multiline string (seperated by \r\n), it still ends up in single line in debugger.
How do I override and format string in ToString method to get multiline debug
Share
You could write a debugger visualizer for your type. Depending on your needs this might be overkill of course.
As @dtb has kindly noted in a comment, there is a visualizer provided out of the box which might be sufficent for your needs: