Log on Events (aka monitorEvents/Event Tracing)
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(relnote-firefox -, firefox71 fixed)
People
(Reporter: canuckistani, Assigned: jlast)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [debugger-reserve])
Attachments
(2 files)
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
| Reporter | ||
Comment 7•11 years ago
|
||
Updated•8 years ago
|
Comment 8•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 9•6 years ago
|
||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Understanding event handling is one of the key pillars of debugging web apps.
[Affects Firefox for Android]: No
[Suggested wording]: Logging for specific event types can be enabled in the Event Listener Breakpoints panel in the Debugger. You can then observe which event handlers are being executed without the overhead of pausing.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Tools/Debugger/Set_event_listener_breakpoints (TBD)
Comment 16•6 years ago
|
||
Not selected by the comms team for our general release notes, it should probably go to our developer release notes for 71 on MDN.
Comment 17•6 years ago
|
||
I've completed documentation for this; see https://github.com/mdn/sprints/issues/2276#issuecomment-559236958 for the full details.
Description
•