Bug 19878
Summary: | Inspector should support monitor/unmonitor(fn) in the command line | ||
---|---|---|---|
Product: | WebKit | Reporter: | Keishi Hattori <keishi> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | CC: | aroben, chrisjshull, graouts, inspector-bugzilla-changes, rik, robert.colburn+bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://getfirebug.com/wiki/index.php/Command_Line_API#monitor.28fn.29 | ||
Bug Depends on: | |||
Bug Blocks: | 14355 |
Keishi Hattori
Inspector should support monitor/unmonitor(fn) in the command line for Firebug parity.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/6070232>
Rob Colburn
+1
Would be especially handy for watching '__flash__toXML'. Flash ExternalInterface calls seem to rely on eval()'ing calls to that function, and it would be nice to to set a breakpoint whenever Flash calls into JavaScript.