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

- Practical Data Analysis Cookbook
- Neo4j Essentials
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- 3D少兒游戲編程(原書第2版)
- Linux命令行與shell腳本編程大全(第4版)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- HTML5與CSS3基礎教程(第8版)
- Tableau 10 Bootcamp
- MongoDB,Express,Angular,and Node.js Fundamentals
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- ASP.NET求職寶典
- 超好玩的Scratch 3.5少兒編程
- Spring Data JPA從入門到精通
- 體驗之道:從需求到實踐的用戶體驗實戰
- Qt 5.12實戰