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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 23:51:25 PDT 2009


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

           Summary: REGRESSION(r47686-r47783): Debugger no longer works on
                    reload
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://testsuites.opera.com/JSON/correctness/004.html
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oliver at apple.com
                CC: timothy at hatcher.name, pfeldman at chromium.org


The debugger no longer hits break points when a page is reloaded.

Steps to repro:
1. go to http://testsuites.opera.com/JSON/correctness/004.html
2. enable the debugger
3. set a breakpoint somewhere in the code of 004.js
4. reload the page

Result:
The existance of the breakpoints has no effect

Expected:
I expect us to have reached the breakpoint, the scope chain should be
populated, etc

Obvious inspector patches that could have caused this:
r47717, r47724 -- seems to involve the debugger, handling displaying of scopes,
etc
r47703 -- seems very likely to be at fault, seems like a massive change to the
debugger
r47696, r47695 -- formatting issues, seem unlikely to be at fault

There are changes in JSC in this range as well, but they seem unlikely to have
caused this kind of bustage, so i believe this is likely to be due to r47703

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