Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2012 crashes with breakpoints

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).

like image 489
thed0ctor Avatar asked Oct 21 '22 19:10

thed0ctor


1 Answers

Try enabling Native Edit and Continue (Options -> Debugging -> Edit and Continue -> Enable native Edit and Continue)

like image 193
Umar Chaudhary Avatar answered Nov 15 '22 07:11

Umar Chaudhary