.NET Debugging Tools - Answers to .NET Debugging Tools interview questions

Stepping through the code is a way of debugging the code in which one line is executed at a time.....
The windows which are available while debugging are: Breakpoints, Output, Watch, Autos, Local, Immediate.....