[Webkit-unassigned] [Bug 41461] Web Inspector: all breakpoints are activated on page reload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 01:26:56 PDT 2010


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





--- Comment #16 from Pavel Podivilov <podivilov at chromium.org>  2010-07-09 01:26:55 PST ---
(In reply to comment #15)
> (From update of attachment 60900 [details])
> WebKit/chromium/src/js/DebuggerScript.js:98
>  +      if (!args.enabled || !DebuggerScript._breakpointsActivated)
> Why is this needed?

Without this flag, breakpoints will be restored in "enabled" state on reload, even if all breakpoints are deactivated in frontend.
Please see ScriptDebugServer::setBreakpointsActivated implementation in js bindings.

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