This is a very quick question. I searched and can’t seem to find the windbg command that would show what options exist in a minidump file.
Additionally, I would like to get back the equivalent argument to the .dump command that would generate the same type of minidump, for example .dump /ma.
.dumpdebug will give you the flags that the mini-dump was created with. For example:
It will also spew lots of other information, so just be patient and then scroll back to the top 🙂
-scott