| MiniDumpLevel | |||||
| The DigaSQL.Dll can write stack dumps and mini dumps. Both can be useful when analyzing crashes (not only of the dll itself). Mini dumps are created by Windows and contain a memory dump of the current process state which can later be analyzed by the developers. With this parameter you can adjust the amount of information which is written:
0: No mini dumps are written -> 0 Bytes 1: Mini dump contains only minimal information (stack, local variables) -> ~100 kByte 2: In addition mini dump contains global variables, handles and thread data -> ~1 MByte 3: In addition mini dump contains a full memory dump -> ~100 MByte or more The dumps are written to the path which is specified with the "Digas-StackDump" protocol destination and with each crash a new file is created. Normally you should always activate level 1. |
|||||
|
|||||