- 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:

- Mastering Visual Studio 2017
- Unreal Engine Physics Essentials
- OpenDaylight Cookbook
- Python科學(xué)計算(第2版)
- LabVIEW程序設(shè)計基礎(chǔ)與應(yīng)用
- Maven Build Customization
- arc42 by Example
- Java Web開發(fā)之道
- Learning Linux Binary Analysis
- 編寫高質(zhì)量代碼:改善C程序代碼的125個建議
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- C#程序設(shè)計教程(第3版)
- C專家編程
- Bootstrap for Rails
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程