Web Inspector: activate/deactivate breakpoints using v8 debugger flag
Created attachment 64597 [details] Proposed patch.
Comment on attachment 64597 [details] Proposed patch. 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.
Comment on attachment 64597 [details] Proposed patch. Clearing flags on attachment: 64597 Committed r65674: <http://trac.webkit.org/changeset/65674>
All reviewed patches have been landed. Closing bug.