I am developing a Firefox plugin. When I am using debug mode DLL, it works fine, but when I am using release DLL, I am showing a prompt telling me that the plugin has done an illegal operation, does anyone tell me Is that why this is happening?
specific development approach logging is turned on
It seems that in FF It's easy to do. From:
extensions.logging.enabled = true. It will update the more detailed information about the installation and the problems in the error console. (Note that the extension manager automatically restarts the application at startup, which means that you will not have the time to see log-in messages before restarting them. Prevent automatic restart by setting it to 1 before NO_EM_RESTART starts the application.)
Comments
Post a Comment