[Webkit-unassigned] [Bug 139542] Web Inspector: add toggles for debugger pauses at console.assert and debugger statements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 11 12:24:45 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139542
--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
I agree. We overload "Pause on All Exceptions" to mean a lot. Currently it:
- pauses on console.assert failures
- pauses on CSP (Content Security Policy) violations
These distinct issues could be pulled out to be their own toggles alongside a toggle for "debugger" statements.
Something else to keep in mind. DOMDebugger events still need a place to go:
- pause on DOM events (click, touch, mouse, key, input, orientation, geolocation, ...)
- pause on DOM errors (XHR failure, WebSQL errors, IndexedDB error)
- pause on Promise lifetimes (rejection, resolved/fulfilled)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141211/458f6cf6/attachment-0002.html>
More information about the webkit-unassigned
mailing list