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

[release/5.0] [wasm] Download Symbols from microsoft symbol server #42901

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Sep 30, 2020

Backport of #40690 to release/5.0-rc

/cc @thaystg

Customer Impact

When a customer is trying to debug aspnetcore assemblies the pdb info can be found on MS Symbol Server, with this PR we try to find it, if it's configured on inspectURI on launchSettings.json :
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}?urlSymbolServer=http://msdl.microsoft.com/download/symbols".
Fixes #39969 and #39450

Testing

I test locally adding and removing the parameter on VSWin.

Risk

No risk, if the user does not pass any extra parameter on inspectUri, this will not have any effect.

@ghost
Copy link

ghost commented Sep 30, 2020

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

@marek-safar marek-safar added the Servicing-consider Issue for next servicing release review label Sep 30, 2020
@marek-safar marek-safar changed the title [release/5.0-rc] [wasm] Download Symbols from microsoft symbol server [release/5.0] [wasm] Download Symbols from microsoft symbol server Oct 1, 2020
@marek-safar marek-safar added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 2, 2020
@marek-safar marek-safar merged commit 863b458 into dotnet:release/5.0 Oct 2, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Debugger-mono Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants