Bug 116405

Summary: Web Inspector: support DOM event listener breakpoints
Product: WebKit Reporter: Paul Miller <paul+bugs>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hi, inspector-bugzilla-changes, mattbaker, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Paul Miller
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-05-18 16:02:16 PDT
Timothy Hatcher
Comment 2 2013-05-19 08:53:18 PDT
Yes, I agree.
Brian Burg
Comment 3 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?
Joseph Pecoraro
Comment 4 2014-12-01 11:28:52 PST
I wanted to look into this after my current cleanup of Pause Reasons / debugger stepping.
Joseph Pecoraro
Comment 5 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.
Devin Rousso
Comment 6 2018-09-05 09:45:24 PDT
*** This bug has been marked as a duplicate of bug 183138 ***
Note You need to log in before you can comment on or make changes to this bug.