Make DOTNET_DbgEnableMiniDump and DOTNET_DbgMiniDumpType consistent across all single-file form factors
Open
area-Diagnostics-coreclr
enhancement
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
Currently, different single-file form factors handle dump generation inconsistently:
Regular single-file apps only support full dumps and show an error message if other dump types are requested
NativeAOT apps now support custom createdump paths via DOTNET_DbgCreateDumpToolPath
We should standardize the behavior across all single-file form factors to provide a consistent developer experience.
Follow up issue created out of https://github.com/dotnet/runtime/pull/122989
Contributor guide
Assessment
This issue has not been assessed yet.