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

Add EvaluationResult Scheme for arrays. #67095

Merged
merged 8 commits into from
May 26, 2022

Conversation

ilonatommy
Copy link
Member

@ilonatommy ilonatommy commented Mar 24, 2022

Requires merging in #66654 to work.

Objects returned by a method executed on a primitive type do not have an objectId, they don't have their representation on the runtime side either. To be able to get their properties (e.g. elements of array) we are cacheing them on the debugger side and granting debugger-side-objectId in this PR.

@ilonatommy ilonatommy requested a review from radical March 24, 2022 12:46
@ilonatommy ilonatommy requested a review from marek-safar as a code owner March 24, 2022 12:46
@ilonatommy ilonatommy self-assigned this Mar 24, 2022
@ilonatommy ilonatommy added arch-wasm WebAssembly architecture area-Debugger-mono labels Mar 24, 2022
@ghost
Copy link

ghost commented Mar 24, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Requires merging in #66654 to work.

Objects returned by a method executed on a primitive type do not have an objectId, they don't have their representation on the runtime side either. To be able to get their properties (e.g. elements of array) we are caching them on the debugger side and granting debugger-side-objectId in this PR.

Author: ilonatommy
Assignees: ilonatommy
Labels:

arch-wasm, area-Debugger-mono

Milestone: -

@ilonatommy ilonatommy requested a review from thaystg May 23, 2022 12:54
@ilonatommy ilonatommy merged commit 4e9ac49 into dotnet:main May 26, 2022
ilonatommy added a commit to ilonatommy/runtime that referenced this pull request Jun 10, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jun 25, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants