That's covered in issue 1619<http://code.google.com/p/fbug/issues/detail?id=1619> . Note, that the option exists and is working. Though you can't find it inside the *Script* panel<http://getfirebug.com/wiki/index.php/Script_Panel>, but inside the *DOM* <http://getfirebug.com/wiki/index.php/DOM_Panel> and the *Watch* side panel<http://getfirebug.com/wiki/index.php/Watch_Side_Panel>when right-clicking on a function. If you check it, each call to the function creates a log entry inside the * Console* panel <http://getfirebug.com/wiki/index.php/Console_Panel>. Functions, which are observed, will be shown inside the *Breakpoints* side panel <http://getfirebug.com/wiki/index.php/Breakpoints_Side_Panel>. And removing the entry there stops logging calls to that function.
Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
