Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/core/diagnostics/dotnet-dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: dotnet-dump - .NET Core
description: Installing and using the dotnet-dump command-line tool.
ms.date: 10/14/2019
---
# Dump collection and analysis utility (`dotnet-dump`)
# Dump collection and analysis utility (dotnet-dump)

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

> [!NOTE]
> `dotnet-dump` isn't supported on macOS.

## Installing `dotnet-dump`
## Install dotnet-dump

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:

Expand Down Expand Up @@ -217,3 +217,8 @@ On Microsoft .NET Core SDK Linux Docker images, some `dotnet-dump` commands can
> Unhandled exception: System.DllNotFoundException: Unable to load shared library 'libdl.so' or one of its dependencies' exception.

To work around this problem, install the "libc6-dev" package.

## See also

- [Collecting and analyzing memory dumps blog](https://devblogs.microsoft.com/dotnet/collecting-and-analyzing-memory-dumps/)
- [Heap analysis tool (dotnet-gcdump)](dotnet-gcdump.md)