Debug Windows dumps
This article applies to: ✔️ .NET Core 3.1 and later versions
Analyze dumps on Windows
Windows dumps can be analyzed on Windows with Visual Studio, Windbg, or the dotnet-dump
CLI tool. Visual Studio and Windbg can access both managed and native code and are the recommended tools for a Windows environment. dotnet-dump can only access managed code.
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.