[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 03:47:09 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44509
Yury Semikhatsky <yurys at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #65251|review? |
Flag| |
--- Comment #2 from Yury Semikhatsky <yurys at chromium.org> 2010-08-24 03:47:09 PST ---
(From update of attachment 65251)
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.
--
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