I know:
- For a content script, I just need to reload the web page, and the content scripts will be reloaded
- For add-ons loaded as a temporary add-on, there is a Reload button in
about:debugging
: a click on the button will cause the background scripts to be reloaded.
But, I want to reload background scripts for an installed Firefox WebExtensions to debug it. The Reload button for installed add-ons is disabled. I'm using Firefox v51.
I want to do this, because the part of script that I want to debug, is loaded at the startup of extension loading.
How can I do that?