I would recomment to develop extensions for Firefox Developer Tools (Firebug doesn't support e10s and will stop working as soon as it's on)
There is already bunch of examples here: https://github.com/firebug/devtools-extension-examples And there are also full featured extensions: https://github.com/firebug/rdp-inspector https://github.com/firebug/pixel-perfect https://github.com/firebug/har-export-trigger https://github.com/firebug/firequery You can also use MDN https://developer.mozilla.org/en-US/docs/Tools/DevToolsAPI If you are missing an example showing specific features, let me know I can try to implement it. Honza On Thursday, September 10, 2015 at 9:01:03 PM UTC+2, Achyuth Pydmarri wrote: > > Hello All, > > I am planning to develop a new addon using firebug, can anyone help me or > point me to the tutorial on setting up firbug and writing the custom code. > > i tried using http://www.softwareishard.com samples but they are not > working with firbug 2.0 and latest firefox > > help is much appreciated as i am in need for the delivery > > Thanks you > > > -- 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/2d80902e-6944-4bb9-863d-ef2363d45543%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
