This repository has been archived by the owner. It is now read-only.
Implement break-on-event #2652
Closed
Implement break-on-event #2652
Comments
|
We have a proof of concept, which you can turn on with the flag eventListeners. moving this to the enhancements board as it is a post-launch feature |
|
Meta bug for this feature in Bugzilla Honza |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.

I couldn't find an issue about this already.
Here is what the feature looks like in the old Firefox debugger:

You get a sidebar panel that lists all current event listeners, and you can click checkboxes to pause in these listeners when events happen.
Do you intend to have something somewhat similar to this at some stage in the new debugger?
It is very useful to discover a code base you don't know about.
The text was updated successfully, but these errors were encountered: