You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/diagnostics/collect-dumps-crash.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,5 @@ The following table shows all the values you can use for `DOTNET_DbgMiniDumpType
45
45
|2|`Heap`|A large and relatively comprehensive dump containing module lists, thread lists, all stacks, exception information, handle information, and all memory except for mapped images.|
46
46
|3|`Triage`|Same as `Mini`, but removes personal user information, such as paths and passwords.|
47
47
|4|`Full`|The largest dump containing all memory including the module images.|
48
+
49
+
Only full dumps are supported by the single-file and Native AOT app models.
0 commit comments