Skip to content

Commit 59cbb0a

Browse files
authored
Differentiate types (dotnet#27478)
1 parent 6323c5e commit 59cbb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/dumps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following table shows all the values you can use for `DOTNET_DbgMiniDumpType
3838
|-----|----|-----------|
3939
|1|`MiniDumpNormal`|Include just the information necessary to capture stack traces for all existing threads in a process. Limited GC heap memory and information.|
4040
|2|`MiniDumpWithPrivateReadWriteMemory`|Includes the GC heaps and information necessary to capture stack traces for all existing threads in a process.|
41-
|3|`MiniDumpFilterTriage`|Include just the information necessary to capture stack traces for all existing threads in a process. Limited GC heap memory and information.|
41+
|3|`MiniDumpFilterTriage`|Same as `MiniDumpNormal`, but removes personal user information, such as paths and passwords.|
4242
|4|`MiniDumpWithFullMemory`|Include all accessible memory in the process. The raw memory data is included at the end, so that the initial structures can be mapped directly without the raw memory information. This option can result in a very large file.|
4343

4444
### Collect dumps at a specific point in time

0 commit comments

Comments
 (0)