Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 276
mezoid Avatar asked Dec 02 '08 03:12

mezoid


1 Answers

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

like image 74
Arnout Avatar answered Sep 20 '22 19:09

Arnout