Uh oh!
There was an error while loading. Please reload this page.
[wasm][debugger] Fix behavior of JMC - #75783
Conversation
ghost
commented
Sep 16, 2022
Tagging subscribers to this area: @thaystg Issue DetailsWe only should hide private members from types that are not UserCode when JMC is enabled. Fixes #75763
|
Uh oh!
There was an error while loading. Please reload this page.
| typeName, | ||
| getPropertiesParamBuffer, | ||
| getCommandType.HasFlag(GetObjectCommandOptions.ForDebuggerProxyAttribute), | ||
| getCommandType, |
There was a problem hiding this comment.
You can add GetObjectCommandOptions.AutoExpandable when passing this.
radical
commented
Sep 17, 2022
This applies to static members too, correct? Can we adjust any tests for that? |
radical
commented
Sep 17, 2022
Would this work for derived classes shadowing private members in base classes? |
thaystg
commented
Sep 19, 2022
/backport to release/7.0-rc2 |
Started backporting to release/7.0-rc2: https://github.com/dotnet/runtime/actions/runs/3082598820 |
We only should hide private members from types that are not UserCode when JMC is enabled.
I understood it wrongly when I implemented, fixing it now.
Fixes#75763