Add better Managed MiniDump creation support
Today, creating managed MiniDumps upon unhandled exceptions is tedious and leads to dumps with wrong call stacks (the one creating the mini dump instead of the one causing the unhandled exception) and depending on the chosen parameters (i.e. to keep values of local variables and method parameters) to dumps of typically huge size.
Although VS2010 seems to have improved in debugging managed MiniDumps, the shortcomings in CREATING them renders this feature pretty much useless.
14
votes