Hi all,
Currently the chrome.debugger API is missed from the WebExtension API. It could not be found from the supported API list.
I have found several documents relative debugging:
https://wiki.mozilla.org/Remote_Debugging_Protocol
https://developer.mozilla.org/en-US/docs/Tools/Debugger-API
So my questions are:
- Does FF plan to supply a similar API like chrome.debugger and if so then when it will be added?
- The debugger API supplied by Firefox developer tools is used legacy syntax. Does it will be keep supported after legacy and addon-SDK API deprecated?
- Developer tool and Firebug reference the developer tool API with Components.utils. Does this API would be exposed to WebExtension in the future?
Cu.import(“resource://devtools/client/framework/gDevTools.jsm”);
Thanks in advance.
Edwin