Core dump debugging enables you to see what went wrong during the execution of a program. When an error occurs, the operating system generates a file containing a core dump. The core dump is a snapshot of the process's memory when program execution failed. You can use this core dump file to debug the failing program on your Development Hub, or if you have the required source and .idy files, you can debug in another (remote) environment.
To generate a core dump, you need to add the run-time tunable core_on_error to your run-time configuration file. For details on the run-time configuration file and run-time tunables, see Run-time Configuration.
To use a core dump file to debug, start Character Animator, specifying the core dump file:
anim core-filename