Skip to content

Conversation

@thaystg
Copy link
Member

@thaystg thaystg commented Jan 5, 2022

After #62627 we need to change the test and fix the implementation.

@thaystg thaystg requested a review from ilonatommy January 5, 2022 18:00
@thaystg thaystg requested a review from marek-safar as a code owner January 5, 2022 18:00
@ghost ghost added the area-Debugger-mono label Jan 5, 2022
@ghost ghost assigned thaystg Jan 5, 2022
@ghost
Copy link

ghost commented Jan 5, 2022

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

Issue Details

Fix the implementation and how we test.

Author: thaystg
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@thaystg thaystg changed the title [wasm][debugger] After #62627 GetProperties were broken again on chrome [wasm][debugger] GetProperties broken on chrome Jan 5, 2022
@radical
Copy link
Member

radical commented Jan 5, 2022

How was it broken?

@radical radical added the arch-wasm WebAssembly architecture label Jan 5, 2022
@ghost
Copy link

ghost commented Jan 5, 2022

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

Issue Details

After #62627 we need to change the test and fix the implementation.

Author: thaystg
Assignees: thaystg
Labels:

arch-wasm, area-Debugger-mono

Milestone: -

@radical
Copy link
Member

radical commented Jan 5, 2022

I mean, in what way was it broken.

@thaystg
Copy link
Member Author

thaystg commented Jan 5, 2022

As it wasn't returning an array as it's expected, when we try to expand the getters we are getting this as result:
image
And the expected behavior is:
image
Which is similar to what we see on VS:
image

@thaystg
Copy link
Member Author

thaystg commented Jan 5, 2022

Wow, I think it would be better to pass NULL as the name value, so we would see something like this, which is more similar to VS:
image

@ilonatommy ilonatommy merged commit 7fc4b6a into dotnet:main Jan 6, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 5, 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.

3 participants