You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Description of DebuggerBrowsable behavior.
* Added test for browse attributes.
* Corrected typos in the doc.
* Added Browse Never feature. Corrected Collapse test. ToDo: RootHidden.
* Draft of RootHidden solution.
* Added Array to test cases as it behaves differently than Collection.
* Added name concatenation to make array/list elemetns in debug window unique.
* Update docs/design/mono/debugger.md
Co-authored-by: Ankit Jain <radical@gmail.com>
* Applied PR review suggestions.
* Added a reference to regular Browsable attribute behavior in .net.
* Applied most of review suggestions.
* Stopping GetFieldsValue early.
* Remove unintentional change to the original code.
* Do not skip fields that don't have browsable attributes.
* Changing the expected behavior to match Console Application. EventHandlers are Browsable.Never by default.
* Changed the place of checking if objetc is an array.
* Update src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs
Co-authored-by: Ankit Jain <radical@gmail.com>
* Removed unused variables.
* Removing space and unused import.
* Partially addressed @radical comments.
* Addressed the comment about extension instead of Union.
* Removed string cultural vunerability.
* Added Properties dictionary, the same as for fields.
* Fixed the bug I made by using dynamc.
* Applying @radical comments about refactoring.
* Corrected typo.
* Added tests for properties.
* Draft of changes for properties handling - never and root hidden failing.
* Fix for RootHidden properties.
* Added tests for static fields decorated with Browsable.
* Correct a typo.
* Undo merge unintentional changes.
* Changing expected behavior for MulticastDelegateTest - in Console Application EventHandler is Browsable.Never by default so we should not expect it to be visible in the debug window.
* Removing not relevant changes created after merge with main.
* Remove file added in merge with main.
* Revert "Removing not relevant changes created after merge with main."
This reverts commit b1acf8b.
* Revert.
* Revert revert.
* One broken test for custom getter.
* Ugly fix to make all the tests work.
* Refactored JArray aggregation to Dictionary.
* Better naming.
* Remove not connected to PR file.
* Applied @thaystg suggestions.
* Removed comments.
Co-authored-by: Ankit Jain <radical@gmail.com>
0 commit comments