Skip to content

Commit 4705e59

Browse files
authored
Update dotnet-dump docs (#19696)
* Add see also section for gcdump * Update dotnet-dump.md
1 parent 3c4be80 commit 4705e59

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/core/diagnostics/dotnet-dump.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: dotnet-dump - .NET Core
33
description: Installing and using the dotnet-dump command-line tool.
44
ms.date: 10/14/2019
55
---
6-
# Dump collection and analysis utility (`dotnet-dump`)
6+
# Dump collection and analysis utility (dotnet-dump)
77

88
**This article applies to:** ✔️ .NET Core 3.0 SDK and later versions
99

1010
> [!NOTE]
1111
> `dotnet-dump` isn't supported on macOS.
1212
13-
## Installing `dotnet-dump`
13+
## Install dotnet-dump
1414

1515
To install the latest release version of the `dotnet-dump` [NuGet package](https://www.nuget.org/packages/dotnet-dump), use the [dotnet tool install](../tools/dotnet-tool-install.md) command:
1616

@@ -217,3 +217,8 @@ On Microsoft .NET Core SDK Linux Docker images, some `dotnet-dump` commands can
217217
> Unhandled exception: System.DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies' exception.
218218
219219
To work around this problem, install the "libc6-dev" package.
220+
221+
## See also
222+
223+
- [Collecting and analyzing memory dumps blog](https://devblogs.microsoft.com/dotnet/collecting-and-analyzing-memory-dumps/)
224+
- [Heap analysis tool (dotnet-gcdump)](dotnet-gcdump.md)

0 commit comments

Comments
 (0)