A core file is specific to UNIX. It is a binary file that requires a UNIX debugger such as dbx. A core file contains:

  • A stack trace of the AVM executing ABL code
  • Hex representation of the parameters to each routine

On some systems, an executable’s permissions do not allow core file generation.