Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Navigate to the appropriate view of Sharpen within app.sharpencx.com in a Chromium based browser

  2. Click in an open space within the app

  3. Press Option - D on your keyboard

    1. You should notice a yellow panel/highlight across the top of your Q view. This indicates debug mode is on

  4. Right-click in any empty space and choose "Inspect" 

  5. Navigate to the "Console" tab

  6. To toggle off, simply press Option - D again

    1. The yellow bar should go away at this time

Enabling timestamps and log persistence in console logging:

Now, with debug mode enabled, we're getting more details events about Sharpen Q. The next step is to make sure time stamps are enabled so we can see when events are occurring.

  1. After inspecting the page, navigate to the "Console" tab.

  2. Look for the three vertical dots

  3. Next, choose settings

  4. Make sure both "Show timestamps" and "Preserve log upon navigation" are checked under Preferences>Console subsection.

  5. Make sure “Preserve log” is checked under the “Network” subsection.

...

Reproducing the issue:

...