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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 16:43:35 PDT 2012


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





--- Comment #9 from Oliver Hunt <oliver at apple.com>  2012-05-23 16:42:39 PST ---
(In reply to comment #7)
> they're kind of screwed.
> 
> /me thinks...

Yeah they're screwed as their parent scope will be the first scope that was actually necessary.

Presumably we could reify the entire scope chain when the debugger is enabled, but then you may get issues going backwards.

Also in the absence pre-debugger functions won't have all the variables that were not captured initially.

-- 
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