I created a dump file after my VS 2008 crashed by using procdump. I suspect that this is a Resharper problem, so I need to generate enough information for Resharper to fix.
Now, when I open my Windbg, I need to set Symbol File Path. According to the documentation, I would have to set it as this:
SRV*your local folder for symbols*http://msdl.microsoft.com/download/symbols
But since I am investigating problems in resharper, shouldn't I get the pdb files from Resharper application directory, instead of downloading VS 2008 or Microsoft dll symbols?
Or, to put it in other words, I need only Resharper pdb symbols, not symbols from Microsoft because it is Resharper that is causing the crash, am I right?