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:
- Open the browser console log (press Ctrl+Shit+J, or open it from the menu Tools->Browser Tools->Browser Console)
- Activate at least Errors, warnings, journals, information and debugging
- Set it to multiprocess (for some reasons, add-on logs do not seem to show in parent process mode, or not always)
- Empty the console with the trash icon on the top left
- 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
- When the problem is reproduced, copy the whole content of the browser console (right-click -> Copy all messages)
- And paste that into the github issue where you report the problem