On May 2, 3:48 pm, Anthony Maia <[email protected]> wrote: > I already try to use FBS.enumerateBreakpoints but I don't know how to use > it. > I have an error which tells that FBS is not definied. > May you show me an example on how to use it, please? Take a look at this code https://github.com/firebug/firebug/blob/master/extension/content/firebug/console/memoryProfiler.js#L14
It's including "firebug/js/fbs" module You need to support AMD syntax in your extension http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-hello-amd-part-xii/ Honza -- 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
