In the past – debugging was a task for the Spartan developer. We had to debug with Console.WriteLine like cavemen. The present is nice and easy. The future will be magical! We’ll be able to debug in a way no man has experienced before. Ever wonder how you can easily debug LINQ queries? or find which part of the code has changed the object state? Have you ever wanted to see what will happened in the future without single stepping to the next line of code? This session explains how to solve software bugs in a systematic method. We will explore the current Visual Studio debugger, showing some advanced features that can be used to enhance productivity and solve bugs faster. The session also includes information about the best Visual Studio debugging add-on – OzCode and reviles our plans for future debugging features! After this session your debugging experience will never be the same!
You will learn: A systematic method to find and solve bugs Advanced Visual Studio debugging capability to control the debugging session Advance OzCode debugging tools that will save you time LINQ debugging Predicting the future Debugging new C# 7 features.