[Webkit-unassigned] [Bug 87192] [JSC] expose function (closure) inner context to debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 23:36:12 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87192





--- Comment #12 from Geoffrey Garen <ggaren at apple.com>  2012-05-23 23:35:14 PST ---
> We recompile all the functions when the debugger attaches/detaches using Debugger::recompileAllJSFunctions. Dosen't that help here?

It helps, but there's an edge case: closures created before the recompile will capture only a subset of their variables (possibly 0).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list