JsDbg icon indicating copy to clipboard operation
JsDbg copied to clipboard

DbgObject.locals does not work consistently

Open sushraja-msft opened this issue 6 years ago • 1 comments

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.

sushraja-msft avatar Apr 23 '19 05:04 sushraja-msft

Oops, hit the wrong button :)

petersalas avatar Apr 23 '19 21:04 petersalas