[Webkit-unassigned] [Bug 135674] New: Web Inspector: DebuggerManager sends spurious setBreakpointsActive commands when setting a breakpoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 6 15:37:01 PDT 2014


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

           Summary: Web Inspector: DebuggerManager sends spurious
                    setBreakpointsActive commands when setting a
                    breakpoint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


Created an attachment (id=236145)
 --> (https://bugs.webkit.org/attachment.cgi?id=236145&action=review)
partial protocol dump

For every Debugger.setBreakpoint command, we also send Debugger.setBreakpointsActive and Debugger.setPauseOnExceptions commands, even if nothing changed. This adds a lot of useless messages in the initialization sequence, and for all further breakpoint sets.

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