Bug 116405 - Web Inspector: support DOM event listener breakpoints
Summary: Web Inspector: support DOM event listener breakpoints
Status: RESOLVED DUPLICATE of bug 183138
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-18 16:01 PDT by Paul Miller
Modified: 2018-09-05 09:45 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Miller 2013-05-18 16:01:49 PDT
Webkit web inspector has a nice functionality that allows to break script execution when any DOM event occurs. See Sources -> sidebar.

In real apps, this is useful for detecting timeout / interval ticks. That’s the only use case that I had in years though.

It also has XHR and DOM breakpoints, not sure if implementing these is as useful.
Comment 1 Radar WebKit Bug Importer 2013-05-18 16:02:16 PDT
<rdar://problem/13932844>
Comment 2 Timothy Hatcher 2013-05-19 08:53:18 PDT
Yes, I agree.
Comment 3 Brian Burg 2014-11-28 19:19:09 PST
What is the current status of DOM event breakpoints? do these have an implementation in WebCore or was it removed?
Comment 4 Joseph Pecoraro 2014-12-01 11:28:52 PST
I wanted to look into this after my current cleanup of Pause Reasons / debugger stepping.
Comment 5 Joseph Pecoraro 2014-12-01 11:30:01 PST
(In reply to comment #3)
> What is the current status of DOM event breakpoints? do these have an
> implementation in WebCore or was it removed?

I don't think it was removed. We still have the DOMDebugger domain, but it has been unused by our frontend for a while now.
Comment 6 Devin Rousso 2018-09-05 09:45:24 PDT

*** This bug has been marked as a duplicate of bug 183138 ***