You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, with .NET8+ and PGO enabled code might be changed in runtime. So when we check Stack Trace at Environment.StackTrace or Exception.StackTrace we have stack changed by PGO and other optimizations. Can we somehow get access to origin Stack Trace (without optimizations)?
The text was updated successfully, but these errors were encountered:
Hi, with .NET8+ and PGO enabled code might be changed in runtime. So when we check Stack Trace at
Environment.StackTrace
orException.StackTrace
we have stack changed by PGO and other optimizations. Can we somehow get access to origin Stack Trace (without optimizations)?The text was updated successfully, but these errors were encountered: