What is break mode? What are the options to step through code?

 Posted by Tripati_tutu on 10/11/2010 | Category: .NET Framework Interview questions | Views: 4687 | Points: 40
Answer:

Break mode lets you to observe code line to line in order to locate error.

The VS.NET provides following options to step through code.
• Step Into
• Step Over
• Step Out
• Run To Cursor
• Set Next Statement


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response