[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 05:45:20 PDT 2009


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barraclough at apple.com




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2009-08-28 05:45:19 PDT ---
(In reply to comment #1)
> This repeats for me on Safari 4.0.3 (5531.9). Why REGRESSION(r47686-r47783)?

A simpler scenario does not work as of r47738 though (Oliver, you were
reviewing it).

1. Open some page
2. Set a breakpoint in code that should execute in some event handler
3. Make execution hit the breakpoint (via clicking a button or something)

Expected: call frame and source line are highlighted
Actual: nothing is highlighted. Continue the execution, open inspector on
inspector, observe javascript error.


I've been reporting this as a follow up to
https://bugs.webkit.org/show_bug.cgi?id=28691. The problem is that as of this
change, when clicking a button, debugger stops on a breakpoint before the
inline script snippet is reported as parsed.

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