Debugging tends to be a painful experience for most developers. In this article, I will show you a few tricks, that will make your debugging experience more comfortable. I will be doing examples in C#, but the methodologies should apply to other languages supported by Visual Studio as well. Override ToString Methods: The…