How to view Firefox functions running in a console? -


I'm currently learning how to become a proper developer for Firefox extensions. I have two questions:

  1. How to view the XML request for Firefox?

  2. How can I dump / trace from Firefox, what are the functions that run in the Firefox extension?

Because I want to know which function is being called, and want to see my error message ..


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -