Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to parse a string containing a demystified stack trace #213

Open
ThomasArdal opened this issue Mar 21, 2023 · 1 comment
Open

Comments

@ThomasArdal
Copy link

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.

@guibranco
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants