[Debug]MiniDumpType
- Last UpdatedSep 20, 2024
- 1 minute read
Defines the type of mini-dump that is performed to capture the state of the process when an unexpected system shutdown occurs.
For more information, see Configure User.dmp in The Crash Handler.
Allowable Values:
-
0 - No mini-dump is created when a crash occurs.
-
1 - A light mini-dump is created (containing local stack memory for unmanaged code).
-
2 - A medium mini-dump is created (containing local stack memory, global variables and basic thread information for unmanaged code).
Note: This type of mini-dump is not supported when running a 64-bit process, such as an alarm server operating in Extended Memory mode. If this setting is applied to a 64-bit process, a light mini-dump will be generated.
-
3 - A heavy mini-dump is created (containing accessible memory from the process, and thread information for unmanaged and managed coding environments).
Default Value:
3