5

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

4

1 に答える 1

3

ネイティブ エディット コンティニュを有効にしてみてください (オプション -> デバッグ -> エディット コンティニュ -> ネイティブ エディット コンティニュを有効にする)。

于 2013-07-27T19:46:26.730 に答える