Closed
Description
CLR logging is extremely useful to diagnose internal runtime issues. This is esp. true for diagnostic scenarios where we need to debug things like the single stepper, register contexts, internal debugger messages, etc... Stress Log which is an in-memory buffer that can be used in retail builds. The log can be retrieved using sos!stresslog. Additionally there is a debug-only logging mechanism which can optionally write to a file, or other sources. The suggestion is to enable event pipe egress for these logging mechanisms to make diagnosing internal coreclr issues easier.
Thanks to @hoyosjs for the suggestion!