I've been asked by a MS Connect moderator to provide a mini dump file for an issue I'm experiencing with Visual Studio.
My business is mildly concerned about what might be contained within the dump file (which is around half a gig in size).
By "mildly concerned", I merely mean they've asked me to find out whether any proprietary code will be included (and, if so, how much).
The dump file was created by Visual Studio by doing the following:
- Start Visual Studio.
- Start another instance of VS.
- In the second instance click Tools | Attach to Process...
- In the list of processes locate devenv.exe.
- Click Select... and explicitly choose 'Native' and 'Managed' code.
- Click OK and OK to close Select dialog and Attach to Process dialog.
- Go back to the first instance of VS and repro the crash.
- Upon the crash, control should go to the second instance of VS.
- In the second instance click Debug | Save Mini Dump.
I thought the lovely people here at StackOverflow would be able to help. So my questions to you are:
- What's in a Visual Studio dump file?
- Are there any considerations I should take into consideration before creating the dump file, to avoid sending the contents of my emails, all my passwords and my bank account details along with the source code of all my colleagues?