Skip to content

DbgObject.locals does not work consistently #26

Open
@sushraja-msft

Description

I used DbgObject.locals to return roots.

GetRoots: function () {
return DbgObject.locals("service", "viz::CompositorFrameSinkImpl::SubmitCompositorFrameInternal", "frame");
}

with the debugger broken in inside viz::CompositorFrameSinkImpl::SubmitCompositorFrameInternal.

observation: roots usually returned null.
Stepping through the js code, not all the locals in the frame are returned from the debugger.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions