Error Handling

Properties to define Error Handling, i.e. error dump type, destination and size limit can be added to the options database as follows:

ErrorHandling::DumpType& is shown here with a value of 2. This may create very large .dmp files (maybe multiple Gb), if you monitor the machine and find too many .dmp files are created you can change the value to 0 (zero), which is the default.

ErrorHandling::DumpDestination$ the default is nothing/empty string, which means the destination will be a TEMP directory. You can change this to a directory that is more convenient.

ErrorHandling::DumpLimit& the default is 1, i.e. one dump file will be written per process startup. 0 means no dumps will ever be written.

See http://msdn.microsoft.com/en-us/library/windows/desktop/ms680519%28v=vs.85%29.aspx for flags of ErrorHandling::DumpType&.