[Webkit-unassigned] [Bug 44509] Web Inspector: don't stop on DOM breakpoints when all breakpoints are deactivated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 04:49:23 PDT 2010


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





--- Comment #4 from Pavel Podivilov <podivilov at chromium.org>  2010-08-24 04:49:23 PST ---
(In reply to comment #2)
> (From update of attachment 65251 [details])
> WebCore/bindings/v8/ScriptDebugServer.cpp:202
>  +      m_breakpointsActivated = activated;
> If we cannot make do without the flag in ScriptDebugServer, why not use only it without one in V8? This way you wouldn't need to reset "breakpoints activated" flag each time debugger agent is being created, this would also allow to deactivate breakpoints for one page while leaving them active in other pages being rendered by the same process.

The flag in ScriptDebugServer is used to skip native breakpoints (e.g. DOM). We may continue using V8 flag for javascript breakpoints for better performance.

Added FIXME for https://bugs.webkit.org/show_bug.cgi?id=44513.

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