

Run to Click works while debugging in any programming language in VS including C#, VB, C++, and Python. You now can get all the benefits of Run to Cursor (Ctrl+Shift+F10) without searching through the context menu or taking your hand off the mouse for a two handed shortcut combination. You no longer need to set temporary breakpoints or step several times to execute your code and stop on the line you want.

In Visual Studio 2017 we have introduced Run to Click, a new way to more easily debug your code – point and click style.

You have many options when navigating through your code with the debugger in Visual Studio including setting breakpoints, stepping, and using Run to Cursor.
