Getting and providing logs for debugging BSP2 - aaFn/Bookmark-search-plus-2 GitHub Wiki

Here is a procedure to get some logs on what is happening when BSP2 gets stuck:

  1. Open the browser console log (press Ctrl+Shit+J, or open it from the menu Tools->Browser Tools->Browser Console)
  2. Activate at least Errors, warnings, journals, information and debugging
  3. Set it to multiprocess (for some reasons, add-on logs do not seem to show in parent process mode, or not always)
  4. Empty the console with the trash icon on the top left
  5. Then reproduce the problem you are seeing:
    • If this is a problem when doing common actions, just do them
    • If this is a problem when loading BSP2, go to the Firefox Add-ons management page (usually Ctrl+Shit+A), and then disable + re-enable BSP2
  6. When the problem is reproduced, copy the whole content of the browser console (right-click -> Copy all messages)
  7. And paste that into the github issue where you report the problem