Skip to content

[release/5.0-rc2][wasm][debugger] Fixing step over in an async method#42699

Merged
lewing merged 1 commit intodotnet:release/5.0-rc2from
thaystg:thays_backport_42639
Sep 25, 2020
Merged

[release/5.0-rc2][wasm][debugger] Fixing step over in an async method#42699
lewing merged 1 commit intodotnet:release/5.0-rc2from
thaystg:thays_backport_42639

Conversation

@thaystg
Copy link
Copy Markdown
Member

@thaystg thaystg commented Sep 24, 2020

Backport of #42639 to release/5.0-rc2

/cc @thaystg

Fixes incorrect stack reporting when stepping in async methods in the WASM debugger.

Customer Impact

When a user is trying to step over an async method the line numbers shown in the call stack are wrong.

Testing

I test locally and @radical created two test case for it.

Risk

Very Low. Browser debugging specific and the check that is relaxed does not apply to the single threaded case.

@ghost
Copy link
Copy Markdown

ghost commented Sep 24, 2020

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

@lewing lewing added Servicing-consider Issue for next servicing release review Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 25, 2020
Copy link
Copy Markdown
Member

@lewing lewing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved in tactics email.

@lewing lewing merged commit e79a543 into dotnet:release/5.0-rc2 Sep 25, 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

arch-wasm WebAssembly architecture area-Debugger-mono Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants