Bug 19878

Summary: Inspector should support monitor/unmonitor(fn) in the command line
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: Web InspectorAssignee: 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    

Description Keishi Hattori 2008-07-03 06:58:00 PDT
Inspector should support monitor/unmonitor(fn) in the command line for Firebug parity.
Comment 1 Adam Roben (:aroben) 2008-07-11 14:08:40 PDT
<rdar://problem/6070232>
Comment 2 Rob Colburn 2012-04-26 14:27:14 PDT
+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.