I just upgraded from Visual Studio 2013 to 2015 and now I am having trouble with breakpoints.
It\'s a hit or a miss where break points will actually work and if I se
Change Release mode to Debug, In my case, this fixed my problem.