This repository was archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
How to help me solve bugs
Morikko edited this page May 10, 2018
·
4 revisions
- Check the issues list and search with some keywords if your problem hasn't been already opened or treated yet
- Check that the problem is still happening without any other extensions enabled (other extension might interfere and disturb the behavior of Sync Tab Groups)
If it still happens!
- Operating system: Windows, Mac, Linux
- Browser & version: Chrome v64, Firefox v59
- The results (Example: tabs are not in the right order)
- What you see (Example: tabs opened in the right order but switch afterwards)
- Be precise (Example: only the last 2 tabs are in the wrong order)
- The goal is to provide me a method to reproduce the bug in any case (Example: Be on a group without pinned tabs and switch to a group with pinned tabs and the order is wrong)
- If you or I can't reproduce it with certainty, the bug will be hard to solve.
- Be sure to be able to use back up and export groups well
- Use another profile to not disturb your main profile:
- Chrome: https://support.google.com/chrome/answer/2364824?co=GENIE.Platform%3DDesktop
- Firefox: https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
- Export your groups from the main profile / Import them in the new profile to have a Sync Tab Groups already set up
- Options have to be set again
The extension is logging error or strange behavior so that I can know they happened.
- Go to Extension Preferences
- Select Setting tab (the leftest one)
- Scroll the page down
- Click on "Download Error log"
- Note: The checkbox
Enable the extension to log errors
should be checked
- Save the file somewhere on your computer
- Send it to me attached to an email ([email protected])
- Go to
about:debugging
- Enable to debug modules
- Go to the Sync Tab Groups module
- Click on Debug
- A popup opened, asking you permission to connect to the extension: Accept
- Check you are on the console tab
- Right click -> select all
- Right click -> copy
- Paste it in a file you saved
- Go to
chrome://extensions/
- Check developer mode
- Go to the Sync Tab Groups module
- Click on the link
backgound.html
after examine views - Check you are on the console tab
- Right click -> Save as...
- To the address [email protected]
- Attach the log
- In the mail body: remind me the bug you have with the github issue URL.
- The log are only used for debugging
- I won't share them
- You might examine them before to be sure no confidential information is inside. You can clean it if so.
Thank you for taking your time to provide me those information.