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

symbolsource.org gone, non-dev builds are missing symbols? #237

Closed
YoloClin opened this issue Oct 29, 2018 · 5 comments
Closed

symbolsource.org gone, non-dev builds are missing symbols? #237

YoloClin opened this issue Oct 29, 2018 · 5 comments

Comments

@YoloClin
Copy link

According to https://github.com/aspnet/AspNetKatana/wiki/Debugging symbols are hosted at symbolsource.org which is no longer online.

Is there anywhere else I can access Symbols? The version I'm after is 4.0.0 but I assume others' would probably like to easily access symbols too :)

@muratg muratg added this to the 4.0.1 milestone Oct 31, 2018
@Tratcher Tratcher self-assigned this Oct 31, 2018
@Tratcher
Copy link
Member

Tratcher commented Jan 8, 2019

Nuget.org runs a symbol server now that we can publish to for the next release.
https://blog.nuget.org/20181116/Improved-debugging-experience-with-the-NuGet-org-symbol-server-and-snupkg.html

It requires a new format so we wouldn't be able to publish symbols from prior releases.

@Tratcher
Copy link
Member

Tratcher commented Jan 22, 2019

Plan B, we can get these published to the official Microsoft symbol server without any infrastructure changes.

Update the instructions at https://github.com/aspnet/AspNetKatana/wiki/Debugging#debug-symbols

@Tratcher
Copy link
Member

Tratcher commented Jan 30, 2019

The symbols for v4.0.1 have been published to the Microsoft symbol server and are loading for me in my project. However, I get an error "Source information is missing from the debug information for this module" and can't see the sources. Did the PDBs need to be build differently?

@Tratcher
Copy link
Member

Ok, it looks like source stepping is a separate feature we'll have to revisit, likely using sourcelink and the nuget symbol server. For now the Microsoft Symbol Server will at least give you better stack traces and type inspection.

@Tratcher Tratcher removed this from the 4.0.1 milestone Jan 30, 2019
@Tratcher Tratcher removed their assignment Jan 30, 2019
@analogrelay
Copy link

Closing. We publish to the Microsoft Symbol Server. We are looking at source link in #211.

@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants