It is widely known that the in the software development process testing and debugging take much more time than actually writing the lines code. Some pessimistic articles talk about a ratio of up to 80% to 20% (debugging and test vs. code writing).
This is a very strong reason to get down and dirty to get to know the tools we are working with. Because in many cases the debugging activity is very long and without any fixed forecast of it's end exploring hidden features of the Visual Studio debugger can save you allot of time. » Continue reading ...