As other people replied, this is an informational message from Visual Studio, which said that he could go to the line of code, but rather went through it due to the current settings of the development environment.
There are three ways to change this behavior in VS2012:
- Change the settings: Tools-> Options-> Debugging-> General-> Go to properties and operators OR
- Right-click a line of code to get a context menu. Then disconnect: go through the properties and operators OR
- Select βStep to specificβ in the context menu of the right mouse button, in which you will be offered exactly which function you would like to enter. It will display all the properties / functions associated with the current source string.
Caz Jan 26 '14 at 5:37 a.m. 2014-01-26 05:37
source share