I use the following things for debugging c# applications using visual studio :-
1. step over if we want to move one step after other.
2. step in , if we want to move in to a function.
3. Step out , if we want to move out of the function.
4. Add watch and Quick watch to see the variable data.
5. Intellitrace to back trace debugging history.
Below is a simple video which explains the above 5 debuging tips in .NET
Source: www.questpond.com | Asked In: Many Interviews |
Alert Moderator