I am currently developing a web extension for Firefox and Chrome. I am writing it in ReactJS/Redux. So I am used to these plugins:
- https://addons.mozilla.org/en-US/firefox/addon/react-devtools
- https://addons.mozilla.org/en-US/firefox/addon/reduxdevtools
However when you try to debug your sidebar_action
or your browser_action
, React/Redux debugger won't be loaded as they are also web extensions. Is there a way to make them available in this "add-on debugger".