|
Assortment of improvements:
- For non-debug evergreen builds (i.e. check for enableTestCommands), consider adding more information to the minidump configuration (MS docs, SO post):
- MiniDumpWithThreadInfo
- MiniDumpWithUnloadedModules
- MiniDumpIgnoreInaccessibleMemory
- MiniDumpWithTokenInformation
- Allow the windows debugging types for BSON in all windows builds, including them in non-debug builds will aid debugging and shouldn't have any user impact.
- Investigate improvements to the spawnhost script that will make the natvis file available to Visual Studio without user interaction. Will simply copying it to the right directory allow this?
|