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
Is it possible to parse a string containing a demystified stack trace using features in this repo and convert it to enhanced stack frames? I'm currently using StackTraceParser to parse normal stack traces but that project doesn't support demystified stack traces.
The text was updated successfully, but these errors were encountered:
I think the only way this would be possible is if you add a reference to the .exe/.dll so the tool can use the Roslyn to find out where is the original methods (the stack trace does not include this metadata information, so just with that there is no way to figure out, unless you create a manual mapping/dictionary, what lose the entire point here).
Is it possible to parse a string containing a demystified stack trace using features in this repo and convert it to enhanced stack frames? I'm currently using StackTraceParser to parse normal stack traces but that project doesn't support demystified stack traces.
The text was updated successfully, but these errors were encountered: