dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.18k stars 355 forks source link

User Story: Enable local crash dump analysis with a standalone tool #88

Closed tommcdon closed 5 years ago

tommcdon commented 5 years ago

As a developer for a .Net Core app, I can use SOS and/or CLRMD-based tool on a dump in a standalone console tool, so that I can diagnose why my application crashed

shirhatti commented 5 years ago

Needs design: @mikem8361 @pakrym @davidfowl

noahfalk commented 5 years ago

This is being addressed by dotnet-dump in our CLI tools spec