[Webkit-unassigned] [Bug 28799] REGRESSION(r47686-r47783): Debugger no longer works on reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 13:45:03 PDT 2009


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





--- Comment #7 from Gavin Barraclough <barraclough at apple.com>  2009-08-28 13:45:03 PDT ---
It could well be. :-/

Previously the code was using the DGO to get the debugger when parsing, but the
LGO during bytecode generation.  Since I was unifying the two stages to occur
at the same time, this appeared to be incorrect.

I discussed this change with ggaren, and we decided to unify on using the LGO,
which sounded more correct (our logic being that you care whether *this* frame
is being debugged, not a caller frame).

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