Bug 116405
Summary: | Web Inspector: support DOM event listener breakpoints | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul Miller <paul+bugs> |
Component: | Web Inspector | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/13932844>
Timothy Hatcher
Yes, I agree.
Brian Burg
What is the current status of DOM event breakpoints? do these have an implementation in WebCore or was it removed?
Joseph Pecoraro
I wanted to look into this after my current cleanup of Pause Reasons / debugger stepping.
Joseph Pecoraro
(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
*** This bug has been marked as a duplicate of bug 183138 ***