visual studio 2012 crashes with breakpoints
c++, visual-studio-2012
Solution
Try enabling Native Edit and Continue (Options -> Debugging -> Edit and Continue -> Enable native Edit and Continue)
Problem
This just recently started happening. I've tried repairing Visual Studio which didn't work. Whenever I try to debug with a breakpoint Visual Studio crashes. I've tried using a completely new solution and resetting my user info with `devenv.exe /resetuserdata`. It seems to crash when "loading symbols for msvcr110d.dll." Debugging with no breakpoints (which is rather useless) seems to work just fine. I've also tried running Visual Studio as an Administrator. Also debugging C# projects work just fine (breakpoints and all).