Click or drag to resize
SystemPropertiesCrashDumpEnabled Property
True if the crash dump generation for unhandled fatal exceptions is enabled. If "log-file" property has been specified then they are created in the same directory as the log file, and having the same prefix as log file. By default crash dumps are created in the current working directory and have the "gemfire_cpp" prefix. The actual dump file will have timestamp and process ID in the full name.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public bool CrashDumpEnabled { get; }

Return Value

Type: Boolean
true if enabled
See Also