Skip to content

[release/6.0-rc2] [wasm][debugger] Fix concurrent access to cache. - #59423

Merged
Anipik merged 3 commits into
release/6.0-rc2from
backport/pr-59412-to-release/6.0-rc2
Sep 22, 2021
Merged

[release/6.0-rc2] [wasm][debugger] Fix concurrent access to cache.#59423
Anipik merged 3 commits into
release/6.0-rc2from
backport/pr-59412-to-release/6.0-rc2

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Sep 21, 2021

Copy link
Copy Markdown
Contributor

Backport of #59412 to release/6.0-rc2

/cc @thaystg

Customer Impact

When it's stepping over in a C# program that has a list for example, the DebuggerDisplayAttribute works sometimes, and other times it doesn't work.

Testing

Added a unit test that reproduces the same situation of debugging from VS.
Manually tested debugging from VS and from Chrome.

Risk

Low risk, it's caching the byte[] and not the MemoryReader anymore.

@ghost

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 #59412 to release/6.0-rc2

/cc @thaystg

Customer Impact

Testing

Risk

Author:github-actions[bot]
Assignees:-
Labels:

area-Debugger-mono

Milestone:-

@thaystgthaystg added the Servicing-consider Issue for next servicing release review label Sep 21, 2021
@github-actions
github-actionsBotforce-pushed the backport/pr-59412-to-release/6.0-rc2 branch from 7a4ee85 to 8b01075CompareSeptember 21, 2021 19:33
@thaystgthaystg added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 21, 2021
@thaystg

Copy link
Copy Markdown
Member

approved in email

@Anipik
Anipik merged commit b813392 into release/6.0-rc2Sep 22, 2021
@jkotas
jkotas deleted the backport/pr-59412-to-release/6.0-rc2 branch September 24, 2021 04:32
@ghostghost locked as resolved and limited conversation to collaborators Nov 3, 2021
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.

2 participants

@thaystg@Anipik