Closed Bug 1227042 Opened 9 years ago Closed 9 years ago

Implement function for logging function calls

Categories

(DevTools :: Console, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1164882

People

(Reporter: sebo, Unassigned)

Details

Firebug has two command line helper functions for enabling and disabling the logging of function calls named monitor() and unmonitor(): http://getfirebug.com/wiki/index.php/Monitor http://getfirebug.com/wiki/index.php/Unmonitor When monitor() is called on a function, every call to it will be logged to the console including its name and parameters. unmonitor() removes the monitoring of the function. Those two functions should also be available within the DevTools command line. Sebastian
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.