I currently have some code that will produce a crash dump when my application crashes however i cant work out what are the best flags to use for it are.
At the moment i have it using Full Memory (MiniDumpWithFullMemory) but this produces 32mg crash files. What flags should i use as to not make the crash file huge but give me the most power when coming to debug using it?
More info on the flags can be found at: http://www.debuginfo.com/articles/effminidumps.html