Such feature is available in Firefox 40 developer tools (the current release channel), but has been removed in 42 since the implementation was quite poor (lack of features, bad performance)
1) Set devtools.debugger.tracer to true 2) Go to the Debugger panel, you should see Tracer side panel on the left 3) Click "Click to start tracking" button in the Debugger panel toolbar 4) Perform an action on the page and click that button again 5) Check out content of the Traces panel You can also see: https://bugzilla.mozilla.org/show_bug.cgi?id=1176981 Honza On Tuesday, September 1, 2015 at 8:21:06 AM UTC+2, BobN wrote: > > > I just checked, it was Fireflow. > > You could use Fireflow to trace function calls. It no longer works with > current releases. > > Has Firebug added a trace facility? If so, how do you access it? If not, > are there any add-ons or such available? > > BobN > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/990e7a4b-0a1a-426c-afe6-093d3f2fadc3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
