Status: Accepted
Owner: [email protected]
Labels: Type-FeatureRequest Priority-Medium

New issue 2081 by [email protected]: Expose function's (closure's) inner context in debugger.
http://code.google.com/p/v8/issues/detail?id=2081

In debugger the function value doesn't let explore its inner context. This makes it impossible to see what the function does until the program finally calls it. This can be an important limitation to debug experience as it prevent user from freely exposing the program state.

Debug API should provide accessor to function (closure) inner context.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to