What do we mean by "Run To Cursor" option in Visual Studio?

 Posted by vishalneeraj-24503 on 9/5/2014 | Category: .NET Framework Interview questions | Views: 2142 | Points: 40
Answer:

Run to cursor is a great and an hidden features of Visual Studio. This can really boost up your productivity of work while debugging any application in Visual Studio. You can really avoid the step by step debugging and directly stop the debugger where you are targeting it to stop."Run to Cursor" is just like another breakpoint,but in this case you don’t need to start the Visual Studio debugger manually and the break points clears when it’s hit.When you select the run to cursor option,visual studio starts the debugger automatically and execution stopped to the selected line.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response