Bug 26386
| Summary: | Web Inspector: support setting global breakpoints on JS/DOM native functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jeff Johnson <opendarwin> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Jeff Johnson
In the web inspector javascript debugger, you can set breakpoints for line numbers in a script. As far as I can tell, however, you cannot set breakpoints for DOM functions. For example, I would like to set a breakpoint for "window.open()" to pause whenever that function is called. It would be an excellent enhancement to allow setting breakpoints for DOM functions in the javascript debugger.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/6971177>
Timothy Hatcher
*** Bug 34500 has been marked as a duplicate of this bug. ***
Brian Burg
*** Bug 34499 has been marked as a duplicate of this bug. ***