-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[wasm][debugger] Add Browsable Attribute support. #62045
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
e489e94
Description of DebuggerBrowsable behavior.
ilonatommy 2423830
Added test for browse attributes.
ilonatommy f5ede4a
Corrected typos in the doc.
ilonatommy 326ac82
Added Browse Never feature. Corrected Collapse test. ToDo: RootHidden.
ilonatommy abb60a5
Draft of RootHidden solution.
ilonatommy 609161b
Added Array to test cases as it behaves differently than Collection.
ilonatommy 5c82b46
Added name concatenation to make array/list elemetns in debug window …
ilonatommy 890acbb
Merge branch 'main' into debugger-browse-attribute
ilonatommy 973bd3a
Update docs/design/mono/debugger.md
ilonatommy 0d37c77
Applied PR review suggestions.
ilonatommy 8353e33
Added a reference to regular Browsable attribute behavior in .net.
ilonatommy 8fbdff9
Applied most of review suggestions.
ilonatommy 1a06a96
Stopping GetFieldsValue early.
ilonatommy 3c9a02e
Remove unintentional change to the original code.
ilonatommy 01d7e84
Merge branch 'main' into debugger-browse-attribute
ilonatommy 8a322ab
Merge branch 'main' into debugger-browse-attribute
ilonatommy 9ee0fe9
Do not skip fields that don't have browsable attributes.
ilonatommy 1ec30f7
Changing the expected behavior to match Console Application. EventHan…
ilonatommy 98c82bb
Changed the place of checking if objetc is an array.
ilonatommy 00e58cb
Update src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTe…
ilonatommy 8f954f4
Removed unused variables.
ilonatommy ef135fb
Merge branch 'debugger-browse-attribute' of https://github.com/ilonat…
ilonatommy 314dac7
Removing space and unused import.
ilonatommy e068d0e
Merge with main.
ilonatommy 4f4f703
Partially addressed @radical comments.
ilonatommy ab93329
Addressed the comment about extension instead of Union.
ilonatommy 88682ab
Removed string cultural vunerability.
ilonatommy 8629a99
Added Properties dictionary, the same as for fields.
ilonatommy 53b525a
Fixed the bug I made by using dynamc.
ilonatommy 458a78b
Applying @radical comments about refactoring.
ilonatommy feafa66
Corrected typo.
ilonatommy 0ad80a4
Added tests for properties.
ilonatommy cd7f9da
Draft of changes for properties handling - never and root hidden fail…
ilonatommy b6902bd
Fix for RootHidden properties.
ilonatommy 8945dbe
Added tests for static fields decorated with Browsable.
ilonatommy 2c59af7
Correct a typo.
ilonatommy f6ad020
Merge with main.
ilonatommy bdf671b
Undo merge unintentional changes.
ilonatommy 85928ed
Changing expected behavior for MulticastDelegateTest - in Console App…
ilonatommy b1acf8b
Removing not relevant changes created after merge with main.
ilonatommy 153f41a
Remove file added in merge with main.
ilonatommy 1276724
Revert "Removing not relevant changes created after merge with main."
ilonatommy f943552
Revert.
ilonatommy 7c7c620
Revert revert.
ilonatommy e148b2d
One broken test for custom getter.
ilonatommy 28ef9b0
Ugly fix to make all the tests work.
ilonatommy 8cf81dc
Refactored JArray aggregation to Dictionary.
ilonatommy ae8ebb4
Better naming.
ilonatommy f7ee76b
Merge with main.
ilonatommy 098e3f1
Remove not connected to PR file.
ilonatommy bb4cb8d
Applied @thaystg suggestions.
ilonatommy 44145e4
Removed comments.
ilonatommy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.