Where is the Visual Studio 2008 Crash Log? [closed]

♀尐吖头ヾ 提交于 2019-12-20 17:39:59

问题


I have Visual Studio 2008 with SP1 installed and it is crashing when I'm using lambda expressions in the Moq Framework.

At first I thought the problem was Resharper...but now that I have uninstalled it, VS 2008 still crashes. I'm able to replicate the issue every time.

I'm thinking perhaps it may be some other plugin that is causing the issue rather than VS 2008...but I can't be sure of that.

So what I'm trying to find is where Visual Studio logs the crashes that occur?

Unfortunately I'm unable to find it...does anyone out there know if it exists and if so where to look?

Thanks in advance!


回答1:


Just a few days ago, I learned about devenv.exe's /log switch. I suggest you give that a try.




回答2:


The Power Commands add-in was responsible for a similar crash to desktop issue I experianced.




回答3:


I'd suggest using WinDbg to run an instance of VS, and when it crashes look at managed and unmanaged callstacks.



来源:https://stackoverflow.com/questions/332972/where-is-the-visual-studio-2008-crash-log

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!