I am developing a Firefox add-on using the Add-on SDK. So far, I have to close the debugging process and execute "cfx run" after changing the source code.
So, I would like to know how to edit the source code without reusing Firefox, such as debugging JavaScript in Chrome. Is there a way to debug the modified code after refreshing the page with an injection script?
source
share