Diagnose Runtime Issues
This Page Explains How to Diagnose Runtime Issues. It is Helpful to Provide These Details to the Development Team
Automated Process (v6.8.0 and Later)
Configuration
ENV DIAGNOSTICS__DUMPTOOL=/tools/dotnet-dump
ENV DIAGNOSTICS__GCDUMPTOOL=/tools/dotnet-gcdumpCreate a Dump Via API
Create a Dump via Configuration
Manual Process
1. Connect to Your Production Machine
Connect to a Linux Machine
Connect to a Windows Machine
Connect to a Docker Container
Connect to a Kubernetes Pod
2. Install .NET SDK
3. Install the .NET Tools
4. Create the Dump
5. Download the Dump to Your Local Machine
How to Copy in Docker
How to Copy in Kubernetes
Last updated