dotnet-heapview

May 27, 2026 ยท View on GitHub

dotnet-heapview is a set of tools for inspecting managed heap dumps.

Tools

The shared heap model and dump converters live in src/OneHub.Diagnostics.HeapView.

Supported Dump Formats

  • .gcdump
  • .hprof
  • .mono-heap

Development

Build the solution with:

dotnet build src/src.sln

Run the desktop viewer from source with:

dotnet run --project src/OneHub.Tools.HeapView -- <path-to-dump>

Run the MCP server from source with:

dotnet run --project src/OneHub.Tools.HeapView.Mcp