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
[wasm][debugger] Fix evaluation of a static class attribute; using current namespace for evaluation (#61252)
* Using current namespace as the default place to serach for the resolved class.
* Add tests for static class, static fields and pausing in async method.
* Added tests for class evaluation.
* Fixing support to the current namespace and adding tests for it
* Assuing that we search within the current assembly first. Removed tests that fail in Consol App.
* Remove a test-duplicate that was not testing static class or static fields.
* Fixing indentation.
* Refixing indentation.
* Refix indentations again.
* Applied the advice about adding new blank lines.
* Changed the current assembly check.
* Extracting the check from the loop. One time check is enough.
* Simplifying multiple test cases into one call.
* Using local function as per review suggestion.
* Added test that was skipped by mistake.
* Added looking for the namespace in all assemblies because there is a chance it will be located out of the current assembly.
* Extracting value based on the current frame, not the top of stack location.
* Test for classes evaluated from different frames.
* Fixing indentation and spaces.
* Applied review comments for values evaluation.
* Compressed two tests into one with MemberData.
* Added test case of type without namespace (failing).
* Addressed Ankit advices from the review.
Co-authored-by: DESKTOP-GEPIA6N\Thays <[email protected]>
0 commit comments