How can I debug an application crash in Win7 after it's happened?

Posted by parsley72 on Stack Overflow See other posts from Stack Overflow or by parsley72
Published on 2010-05-23T03:05:10Z Indexed on 2010/05/23 3:10 UTC
Read the original article Hit count: 268

Filed under:
|
|
|
|

I have a Visual Basic 6 application that I've recently changed to use a couple of C++ DLLs I've written in Visual Studio 2008. The application works fine on my PC, but when we install it on one of our test PCs it tends to crash during shutdown - we see the Win 7 message "Your application has failed" or whatever it is.

I know Win 7 stores data that can be used to analyse the crash. I've got the source code and .PDB files from the build so I should be able to use that, but I can't figure out where Win 7 stores the data from the crash. The Event Viewer shows the crash but doesn't have any data and the directory C:\Windows\Minidump doesn't exist.

Where do the crash files get put?

© Stack Overflow or respective owner

Related posts about c++

Related posts about visual-studio