Visual Studio 2017 – Debugging Enhancements: Run To Click

Run To Click

To Enable/Disable Run To Click, go to Debug> Options > Show Run To Click button while debugging

Run To Click

How to use:

While debugging code, you just need to move the mouse to the line of code where you want to pause the code execution & click on the Run to Click icon icon (Run execution to here – Run To Click icon) which is available next to that line of code.

Run execution to here

Code execution paused the line of code:

Execute code and stop on the line

Advantage:

No need to set temporary breakpoints.

You may also like...

2 Responses

  1. Sandeepani says:

    Very uesful

  1. July 27, 2018

    […] Note: Part I is available here: Visual Studio 2017 – Debugging Enhancements: Run To Click […]

Leave a Reply

Your email address will not be published. Required fields are marked *