[Webkit-unassigned] [Bug 44112] Web Inspector: activate/deactivate breakpoints using v8 debugger flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 22:42:06 PDT 2010


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64597|review?                     |review-
               Flag|                            |




--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2010-08-17 22:42:07 PST ---
(From update of attachment 64597)
WebKit/chromium/src/js/DebuggerScript.js:200
 +      Debug.debuggerFlags().breakPointsActive.setValue(args.enabled);
Breakpoints are always activated in the frontend when it's just launched. With this code we may deactivate breakpoints, then close frontend, reopen frontend and get an inconsistent state of the flag in the debugger script and frontend. Please fix this.

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