How to inspect a Process Explorer full dump

I've been having some trouble with Visual Studio 2010. It stops working, and I see it increases in memory usage. So I suspect a memory leak (in one of the plugins maybe). I took a Full Dump with Process Explorer (procexp.exe), but am a bit at loss of what to do with it.

I tried loading it in WinDbg (through File > Open Crash Dump), but get an error 'Symbol file could not be found'.

Can anyone point me in the right direction? Making dump files is easy, but what do you do with them afterwards?


Solution 1:

You might want to check this out for more information: https://www.networkworld.com/article/2320271/how-to-solve-windows-system-crashes-in-minutes.html