Skip to content

[release/6.0] [wasm][debugger] View object attributes - DebugType=full - #62543

Merged
safern merged 1 commit into
dotnet:release/6.0from
thaystg:pr-62278-to-release/6.0
Dec 15, 2021
Merged

[release/6.0] [wasm][debugger] View object attributes - DebugType=full#62543
safern merged 1 commit into
dotnet:release/6.0from
thaystg:pr-62278-to-release/6.0

Conversation

@thaystg

Copy link
Copy Markdown
Member

Backport of #62278 to release/6.0

/cc @thaystg

Customer Impact

Show object attributes even if this object is an instantiation of a class that is in a library that uses DebugType=full. On .net 5 this works, so it's a regression.

Testing

Unit tests and manual tests on Blazor.

Risk

Low Risk, only adding a try catch when trying to read the PDB.

@thaystgthaystg added Servicing-consider Issue for next servicing release review area-Debugger-mono labels Dec 8, 2021
@thaystg
thaystg requested a review from lewingDecember 8, 2021 17:50
@ghost

ghost commented Dec 8, 2021

Copy link
Copy Markdown

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

Issue Details

Backport of #62278 to release/6.0

/cc @thaystg

Customer Impact

Show object attributes even if this object is an instantiation of a class that is in a library that uses DebugType=full. On .net 5 this works, so it's a regression.

Testing

Unit tests and manual tests on Blazor.

Risk

Low Risk, only adding a try catch when trying to read the PDB.

Author:thaystg
Assignees:-
Labels:

Servicing-consider, area-Debugger-mono

Milestone:-

@thaystg

Copy link
Copy Markdown
MemberAuthor

@lewing I did a partial backport of the PR to avoid unnecessary improvements that could cause any side effect.

@thaystgthaystg added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Dec 15, 2021
@thaystg

Copy link
Copy Markdown
MemberAuthor

Approved by email.

@safern

Copy link
Copy Markdown
Member

We can merge whenever a reviewer approves the PR.

@thaystg
thaystg requested a review from radicalDecember 15, 2021 19:01
@safern
safern merged commit 2e0a367 into dotnet:release/6.0Dec 15, 2021
@ghostghost locked as resolved and limited conversation to collaborators Jan 15, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Debugger-monoServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaystg@safern@lewing