Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?
Open the memory dump in Visual Studio by using the File > Open > File menu command and select your memory dump. Notice on the Memory Dump Summary page a new Action called Run Diagnostics Analysis.
Click Start, and then click Control Panel. Double-click System, and then click Advanced system settings. Click the Advanced tab, and then click Settings under Startup and Recovery. In the Write debugging information list, click Small memory dump (256k).
A dump is a file that contains a snapshot of the process at the time it was created and can be useful for examining the state of your application. Dumps can be used to debug your . NET application when it is difficult to attach a debugger to it such as production or CI environments.
You can try out DebugDiag 1.1
You can load sos and your memory dump into Visual Studio to at least insulate you from the 'interesting' ui that WinDbg presents.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With