Debugging ASP.NET in VS

Posted by negligible on Stack Overflow See other posts from Stack Overflow or by negligible
Published on 2011-11-30T09:44:57Z Indexed on 2011/11/30 9:52 UTC
Read the original article Hit count: 149

Filed under:
|
|
|

A lot of what I'm doing at the moment is figuring out other peoples code and adding or adapting functions, so currently I am debugging more than I am writing code of my own.

I'm still new to this, Junior Developer, and I am always finding new ways to improve what I am doing. For example I recently found This Guide which had some excellent tips, such as overriding the ToString() method in your classes so children are readable from their parents.

So I am looking for any other tips or tricks to make my debugging more efficient, as I recognise it as a big part of programming, that you more experienced programmers may have picked up or found. Anything appreciated, I can read websites just fine so no need to explain it yourself if you have a good link!

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio