System.CoreDumpEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CoreDumpEnabled: Boolean platform = False;

Properties

Type Visibility Source Unit Parent
variable public System.pas System System

Description

Core dump enable flag.

If CoreDumpEnabled is True, then unhandled exceptions and run-time errors will raise a SIGABRT signal, which will cause the OS to make the core dump of the process address space. This can be useful for debugging.

Note: CoreDumpEnabled is defined for Linux and Mac OS.

See Also