...
Navigate to the appropriate view of Sharpen within app.sharpencx.com in Google Chrome
Click in an open space within the app
Press Ctrl + M on your keyboard
You should notice a yellow panel/highlight across the top of your Q view. This indicates debug mode is ona message in the Console Logs for “debug mode on”
Right-click in any empty space and choose "Inspect"
Navigate to the "Console" tab
To toggle off, simply press Ctrl + M again
The yellow bar should go away at this timeYou should a message in the Console Logs for “debug mode off”
If Option M does not work, please use the steps in the “A different OS?” section below
Mac:
Navigate to the appropriate view of Sharpen within app.sharpencx.com in Google Chrome
Click in an open space within the app
Press Option + D on your keyboard
You should notice a yellow panel/highlight across the top of your Q view. This indicates debug mode is ona message in the Console Logs for “debug mode on”
Right-click in any empty space and choose "Inspect"
Navigate to the "Console" tab
To toggle off, simply press Option - D again
The yellow bar should go away at this timeYou should a message in the Console Logs for “debug mode off”
If Option D does not work, please use the steps in the “A different OS?” section below
A different OS?:
...
Navigate to the appropriate view of Sharpen within app.sharpencx.com in a Chromium based browser
Right-click in any empty space and choose "Inspect"
Choose the "Sources" tab
Observe the pane on the right side of the screen and find the "Watch" sub panel
Click the "+" button
Enter localStorage.debug=true
Hit Enter
Refresh your browser
You should notice a yellow panel/highlight across the top of your Q view. This indicates debug mode is ona message in the Console Logs for “debug mode on”
Navigate back to the console tab
To toggle off, simply adjust the value to false
...
After inspecting the page, navigate to the "Console" tab.
Look for the Gear Icon, next to the three vertical dotsNext, choose settings, to navigate to Settings
Make sure both "Show timestamps" and "the following preferences are checked:
Under Console
Show timestamps
Preserve log upon navigation
Make sure “Preserve log” is checked under the “Network” subsection.
...
Under Network
Preserve log
...
Reproducing the issue:
Logging is all setup. We're ready to reproduce the issue. Upon every reproduction it is best practice to clear out the logging for the console and network tabs before getting started.
Navigate to the "Console" tab
Click the "Clear Console" button
Navigate to the "Network" tab
Click the "Clear" button
...
Reproduce the issue
...
Saving the logs:
Once we've reproduced the issue, it is very important to download both the Console and Network logs before exiting the browser.
...