Skip to content

[wasm][debugger] Object members that are protected accessors are not displayed in debugger window even though proxy is informed about them #75778

@thaystg

Description

@thaystg

Code:

    private void IncrementCount()
    {
        JObject myObj = new JObject();
        myObj.Add("thays", new JObject());
    }

Disable JustMyCode in Debugger settings.

Try to look at myObj in locals, you will not see the property ChildrenTokens, and we are able to see it in a .net6 app.

This is the definition of it:
protected override IList<JToken> ChildrenTokens => _properties;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions