Troubleshooting - nt1m/livemarks GitHub Wiki

Thanks for using and helping troubleshoot this add-on!

The following steps can be taken to help finding where the bug is from:

  • Go to about:debugging#/runtime/this-firefox

  • Enable add-on debugging (steps TBD)

  • On the card with "Livemarks", click on the "Inspect" button:

  • Select the "Console" tab:

  • Perform the steps that reproduce the bug in the extension

  • Return to the Console, if any new logs/errors appear, copy them and send them as a text file :)

Note that there may be sensitive data in the website URLs present in the error text, that you may want to filter out before sending the logs:

For instance, The connection to https://foo.bar/ was interrupted while the page was loading. background.js could be filtered to do: The connection to <website-url> was interrupted while the page was loading. background.js.

Thanks again!