Learn about memory dump files, capture memory snapshots, create dump files in Visual Studio, flexibly create dump files using ProcDump, create dump files in the task manager, use the run diagnostic analysis tool, debug and analyze memory leaks, know which objects are consuming memory, debug and analyze applications with high CPU usage, know which threads or methods are consuming CPU usage, debug and analyze deadlocks, and quickly locate deadlock positions.
Introduction to Dump Files#
A dump file is a snapshot that shows the processes currently executing for an application and the modules loaded for the application at a specific point in time. A dump with heap information also includes a snapshot of the application's memory at that time.
There are two types of dump files#
- Dump files with heap
- Dump files without heap
Creating Dump Files#
Creating a Memory Dump in Visual Studio#
Microsoft Sysinternals Suite#
https://docs.microsoft.com/zh-cn/sysinternals/downloads/procdump