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

In .NET 5+ no line numbers for frames of the framework #604

Closed
bruno-garcia opened this issue Nov 22, 2020 · 4 comments
Closed

In .NET 5+ no line numbers for frames of the framework #604

bruno-garcia opened this issue Nov 22, 2020 · 4 comments
Labels
Feature New feature or request

Comments

@bruno-garcia
Copy link
Member

bruno-garcia commented Nov 22, 2020

It seems the runtime doesn't ship with pdbs. With the move of symbols into nuget.org they might have added the runtime store symbols also there. In this case we'd to add support to symbolicating .NET frames

image

to ger line numbers on the server, we need more metadata in the stack trace payload

@SimonCropp
Copy link
Contributor

related #193

@SimonCropp
Copy link
Contributor

SimonCropp commented Jun 21, 2022

consider researching how to extract symbols from a symbols server and bundle them as part of a build

@mattjohnsonpint mattjohnsonpint added Feature New feature or request and removed .NET 5 labels Jun 21, 2022
@mattjohnsonpint mattjohnsonpint changed the title In .NET 5 no line numbers for frames of the framework In .NET 5+ no line numbers for frames of the framework Jun 21, 2022
@bruno-garcia
Copy link
Member Author

consider researching how to extract symbols from a symbols server and bundle them as part of a build

This would be a great work around to server-side symbolication for nuget or framework dependencies. We could add that to our docs to guide users how to get it done.

@mattjohnsonpint
Copy link
Contributor

This appears to be working now, given that we have Portable PDB support.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
Archived in project
Development

No branches or pull requests

4 participants