can't trace heap memory while debug with exe dump

many projects using MiniDumpWriteDump generate executable dump file while exe is corrupted.

but usually they couldn't analysis the malloc-ed or new-ed variables with the dump file.

using MiniDumpWithFullMemory argument instead of MiniDumpNormal to call MiniDumpWriteDump will complement us.