How to disable "Run execution to here" in Visual Studio 15?

Visual StudioVisual Studio-2017

Visual Studio Problem Overview


How do I disable "Run execution to here" button that appears when moving cursor to the left of the code? It's really annoying when I accidentally click it while selecting code.

Visual Studio Solutions


Solution 1 - Visual Studio

Uncheck Show run to click button in editor while debugging at the very end of Debugging options:

enter image description here

Solution 2 - Visual Studio

enter image description here

A slight difference in Visual Studio 2019

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser1306322View Question on Stackoverflow
Solution 1 - Visual StudioSergey VlasovView Answer on Stackoverflow
Solution 2 - Visual Studiouser10263431View Answer on Stackoverflow