From 36c150aa118f3168a68bf24dc8ca4caeb5376ee2 Mon Sep 17 00:00:00 2001 From: skarfie123 Date: Sat, 5 Jul 2025 11:45:36 +0100 Subject: [PATCH] dotnet dump docs: mention Triage dump type --- docs/core/diagnostics/dotnet-dump.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core/diagnostics/dotnet-dump.md b/docs/core/diagnostics/dotnet-dump.md index 2150f79f12199..3b36f152a4198 100644 --- a/docs/core/diagnostics/dotnet-dump.md +++ b/docs/core/diagnostics/dotnet-dump.md @@ -94,7 +94,8 @@ dotnet-dump collect [-h|--help] [-p|--process-id] [-n|--name] [--type] [-o|--out - `Full` - The largest dump containing all memory including the module images. - `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. - - `Mini` - A small dump containing module lists, thread lists, exception information, and all stacks. + - `Mini` - A small dump containing module lists, thread lists, exception information and all stacks. + - `Triage` - A small dump containing module lists, thread lists, exception information, all stacks and PII removed. If not specified, `Full` is the default.