-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[wasm][debugger] Sort properties by protection level in structures. #63339
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
[wasm][debugger] Sort properties by protection level in structures. #63339
Conversation
|
Tagging subscribers to this area: @thaystg Issue DetailsContinuation of #62627
|
src/mono/wasm/debugger/tests/debugger-test/debugger-evaluate-test.cs
Outdated
Show resolved
Hide resolved
90d15b5 to
88d5d7f
Compare
ff205b9 to
3ff5fcb
Compare
…o Extentions is not needed in this situation.
3b74495 to
693c4f6
Compare
|
/azp run runtime-staging |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Staging of EvaluateOnCallFrameTests has a timeout but passes locally. |
lewing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look ok but it only tests the value of the string now, do we have any tests for more complicated types?
|
This pull request has been automatically marked |
Fixes #63082 and is a continuation of #62627.