Summary
A process dump can be gathered while the processes is running. This can be helpful in determining why a process is hung or consuming a large amount of memory.
- Logon to the system you are gathering the dump from.
- Open Task Manager.
- Right click the process and select "Create dump file" from the context menu.
- After it processes the dump it will output the location it saved the file.
More Information
Procdump.exe can also be used to gather first chance exception and crashes.
Comments