Skip to content

C# interview questions :- Debug C# applications using Visual studio ?

2011 September 24
Posted by questpond

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.

Put the below link of the video


Get more materials on  C# interview questions

Regards,

Also see author’s other blog on  C# interview questions

No comments yet

Leave a Reply

Subscribe to this comment feed via RSS