-
Notifications
You must be signed in to change notification settings - Fork 26
Getting detailed error logs
Ng Guoyou edited this page Nov 30, 2017
·
3 revisions
- Visit
about:debugging
- Check
Enable add-on debugging
- Scroll down to save-in and click
debug
- See if any errors show up in the console when saving to
.
https://developer.mozilla.org/en-US/Add-ons/Add-on_Debugger
- Visit
chrome://extensions/
- Check
Developer mode
- Scroll down to save-in and click
inspect background page
- See if any errors show up in the console when saving to
.
https://developer.chrome.com/extensions/tut_debugging
(>= 2.0.0) Click the Show debug information
button under the More options
section on the options page
If needed, turn on Enable debug logging
in options for even more detailed logs.