c# - Visual Studio - variable increases whenever I place mouse over it (Breakpoint) -


i'm new visual studio (i'm using community 2017, v15.2) xamarin forms, , i'm having troubles when debugging.

for reason, when in breakpoint, inside simple for-loop(int i=0 ; i< length ; i++), whenever place mouse on 'i++' check it's current value, increases. each time hover mouse on it increases one. don't know if bug, or feature, it's causing me lot of problems.

couldn't find related anywhere else on net. searched many terms 'how use breakpoints/debugging' or 'using increment var', etc.

this gif illustrates i'm experiencing right : http://i.imgur.com/pv69cay.gifv

i appreciate if me issue. thanks.

i using vs17 v15.2 well. had set breakpoint on for-loop, , didn't increment variable due mouse-hovering. however, did have small arrow (<|) button appeared near hovered code allowed me, clicking on it, increment value of i. thus, suppose suffer kind of bug / annoyingly set settings if there "increment mouse-hovering @ breakpoint" feature ..


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -