- Mastering Visual Studio 2017
- Kunal Chowdhury
- 179字
- 2021-07-15 17:26:36
The Run to Click feature
Debugging now becomes easier with Visual Studio 2017. You can simply click on an icon next to a line of code to run to that line while debugging. When you have stopped at a breakpoint, just click on the green Run to Click icon that subtly appears next to the line of code that your mouse is hovered over. This will reduce the burden of adding temporary breakpoints and several steps that need to be performed to break the debugger to a specific line on the fly:

This feature is enabled by default. To disable it, click on the menu item Tools | Options and then navigate to Debugging | General. Alternatively, you can directly navigate there by clicking on the menu item Debug | Options. Scroll to the end of the right-side panel and find an option labelled Show run to click button in editor while debugging. Uncheck it to disable the feature.
If you want to re-enable it later, follow the same steps and check the aforementioned option. Consider the following screenshot:

- Clojure Programming Cookbook
- C++案例趣學
- Learning C# by Developing Games with Unity 2020
- JavaScript全程指南
- 認識編程:以Python語言講透編程的本質
- Learning Laravel 4 Application Development
- 你必須知道的204個Visual C++開發問題
- Getting Started with SQL Server 2012 Cube Development
- Java程序設計
- Machine Learning in Java
- C語言從入門到精通
- Hands-On Nuxt.js Web Development
- Clean Code in C#
- Implementing Microsoft Dynamics NAV(Third Edition)
- C/C++代碼調試的藝術