My company recently upgraded from Visual Studio 2012 to Visual Studio 2015. Our main application is a large c# winforms application.
In 2012, we could begin typing on a break point and it would almost instantaneously begin editing the file. However, in VS2015 it usually takes up to a minute or more before we are allowed to start making changes. Often Visual Studio GUI will show (Not Responding) during this time. Once the changes are finally made, it usually takes another 30+ seconds after we continue before the application becomes responsive.
Multiple members of our team are having this issue. What could be causing this behavior?