Thursday, February 18, 2010

Using minidumps in .NET 4.0

.NET 4.0 provides for post mortem debugging of minudumps - but only if they include a full memory dump (which makes them not so 'mini' any more). This post list tips for using these dumps.

ProcDump can be used to make dumps in various scenarios, including high CPU usage, unhandled exception, etc.

0 comments:

Post a Comment