Firefox Quantum: Developer Edition 68.0b14 (64-bit) is used.
Here, I wanted to use this browser to monitor text changes that occur in the DOM. Since changes to that DOM are triggered by event handlers not tied to that DOM, I need to monitor changes to the DOM directly.
So I thought the event pane was useful.
However, this feature is not yet supported by the new debugger. The event pane did not appear when you set devtools.debugger.new-debugger-frontend tofalse.
Can I use this feature instead? To monitor changes in elements.
Google chrome has an item "Break on" when right-clicking an element, but Firefox does not. Do you have equivalent functionality?
I asked about this on MDN's GitHub and the answer is:
Weirdly it doesn't list the specific handlers you can select from, only the event types.
And it won't be useful if the page itself doesn't have the handler for the specified mutation.
Here's how it looks: