Query or set the internal variable that specifies the options used for saving the workspace data if Octave aborts.
The value of octave_core_file_options
should follow the same format
as the options for the save
function. The default value is Octave’s
binary format.
When called from inside a function with the "local"
option, the
variable is changed locally for the function and any subroutines it calls.
The original variable value is restored when exiting the function.
See also: crash_dumps_octave_core, octave_core_file_name, octave_core_file_limit.
Package: octave