>>-----set core_on_error=---.-0-.-----------><
+-1-+
+-2-+
+-3-+
+-129-+
+-130-+
+-131-+
0 | The run-time system never produces a core file on any signal (UNIX), or exception (Windows) or run-time system error. This is the default behavior of the run-time system. |
1 | The run-time system produces a core file when any
system signal (UNIX), or
exception (Windows) is received that would normally produce a core file on the host system; for example, SIGBUS and SIGSEGV (which would usually produce a run-time system error 114). After writing out the core file
the process terminates immediately.; for example, a run-time system error COBRT114, and so on.
Warning: (UNIX platforms only)
When this value is set, operating system security may prevent a core dump file from being created; refer to
Preparing for a Core Dump for instructions on how to ensure that a core dump file is created.
|
2 | The run-time system produces a core file when any run-time system error occurs. After writing out the core file the process
terminates immediately.
Warning: (UNIX platforms only)
When this value is set, operating system security may prevent a core dump file from being created; refer to
Preparing for a Core Dump for instructions on how to ensure that a core dump file is created.
|
3 | The run-time system produces a snap shot core file when any run-time system error occurs. After writing out the core file the process continues as normal; for example, to display an RTS error message. |
129 | Same as core_on_error=1, except no message box is displayed after the core file is created. |
130 | Same as core_on_error=2, except no message box is displayed after the core file is created. |
131 | Same as core_on_error=3, except no message box is displayed after the core file is created. |
Default: | 0 |
IDE equivalent: | > Error Handling > Generate a core dump when a run-time error occurs |
Comments: