...
Navigate to the appropriate view of Sharpen within app.sharpencx.com in Google Chrome
Click in a Chromium based browseran open space within the app
Press Ctrl + M on your keyboard
You should a message in the Console Logs for “debug mode on”
Right-click in any empty space and choose "Inspect"
Choose Navigate to the "SourcesConsole" 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 on
Navigate back to the console tab
To toggle off, simply adjust the value to falseTo toggle off, simply press Ctrl + M again
You 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 a Chromium based browserGoogle 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 a message in the Console Logs for “debug mode on”
Navigate back to the console tab
To toggle off, simply adjust the value to false
Enabling timestamps and log persistence in console logging:
...
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.
...
At this point you're ready to package the files and send them to Sharpen. Simply zip them up and send them to SharpenCare with the associated case.
Historic browser logging (net-export)
If the issue you're experiencing does not happen on demand, or predictably, you may need to enable Chrome net-export logging to run in the background while you wait for the issue to occur. The steps are simple
Open a new Chrome tab
...
.
...
Input chrome://net-export into the URL bar
...
Click the large "Start Logging to Disk" button
...
Choose a location to save the file and add a date/time designation to the filename
...
Save
...
Navigate back to your Sharpen tab and reproduce the issue
...
Once you have reproduced the issue, navigate back to the "Network Log Export" tab and choose "Stop Logging"
...