[Webkit-unassigned] [Bug 129524] New: Web Inspector: Breakpoints set in inspector and with debugger statements do not break

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 28 17:37:05 PST 2014


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

           Summary: Web Inspector: Breakpoints set in inspector and with
                    debugger statements do not break
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonowells at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    jonowells at apple.com, graouts at webkit.org


Created an attachment (id=225512)
 --> (https://bugs.webkit.org/attachment.cgi?id=225512&action=review)
Web archive to reproduce the breakpoint bug.

Breakpoints do not seem to work. `debugger;` statements are skipped entirely. Breakpoints inserted in the inspector pretty print editor will not break the execution in WebKit r164860.

To reproduce for the debugger statement:

1. Open the attached breakpoint.webarchive
2. Open the web inspector
3. In the console, call: foo(). 

No breaking will occur.

To reproduce manually:

1. Open the attached breakpoint.webarchive
2. Open the web inspector
3. Click on Resources and open main.js
4. Add a breakpoint inside foo() on line 3 (the variable assignment)
5. Refresh the page.

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