Skip to content

Commit eea6767

Browse files
author
Mike McLaughlin
authored
Merge pull request #41314 from mikem8361/dumps
Add comment about full dumps being supported by single-file and Native AOT app models
2 parents cdd20ef + 3ac0e42 commit eea6767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/diagnostics/collect-dumps-crash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ The following table shows all the values you can use for `DOTNET_DbgMiniDumpType
4545
|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.|
4646
|3|`Triage`|Same as `Mini`, but removes personal user information, such as paths and passwords.|
4747
|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

Comments
 (0)