EPiWiki.se  - EPiServer notes shared with others
 

WinDbg

[Edit]
A debugging tool for extremely advanced debugging, used to take memory dumps and analyze it. A tool that can be really helpful when troubleshooting EPiServer. I’m only am going to write about analyzing .Net processes.

Download WinDbg

Using WinDbg


Download symols - has to be done one for each computer.
How to create a dump - Simple code for creating a dump file.
Analyze the dump file - Simple commands to start analyze the dump file.

External links



Download WinDbg
Tess Ferrandez - An advanced blog for debugging with a lot of real cases
(If you want to learn how to debug .NET applications I can strongly recommend her
course “Debugging .NET production issues, Microsoft AB”)
Version author:
Mattias Lövström

EPiServer version

All