Hi Thank's for your help, with the samples of AMD extensions, I re-design my extension and I can now retrieve the line of a breakpoint. I have an other question, how do you refresh your extension without reboot the browser? I can't find how to do it.
Thank's. Anthony. Le mercredi 2 mai 2012 15:55:23 UTC+2, Jan Honza Odvarko a écrit : > > > > 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
