[Webkit-unassigned] [Bug 135745] New: Web Inspector: breakpoints enabled state is not persisted across re-opening the inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 7 21:50:19 PDT 2014


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

           Summary: Web Inspector: breakpoints enabled state is not
                    persisted across re-opening the inspector
           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


My hunch is that we force this setting to be on when we restore breakpoints. In DebuggerManager.setBreakpoint, it unconditionally enables breakpoints when they are set, to avoid the situation where the user sets a breakpoint and nothing happens. However, in this case the user isn't doing anything, so no need to dummy-proof it.

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