GoLand
 
Get GoLand

Exploring Go core dumps

Last modified: 26 May 2024

Sometimes when you debug a program, you need to examine the code execution flow and understand the current state of a program. Go core dump is a file that contains the memory dump of running processes and their status during the life of a program. You can debug core dumps when the program finished its execution or while it is still running.