Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

(Chihiro) Gathering Debug Information

RePod edited this page Nov 19, 2017 · 1 revision

The Userscript version of PSDLE is not available for debugging as it is sandboxed.
If the problem is occurring with the Userscript version, verify it happens in other versions.
If the problem is specific to the Userscript version it will be handled accordingly.


Common Problems and Solutions

Please ensure all logging options are enabled (usually located above the console's output area).

Opening the browser console:

  • Firefox: Ctrl + Shift + K
  • Chrome: Ctrl + Shift + J
  • ...

Using a debug command:

  • Open the browser console.
  • Access the text input area at the bottom of the console.
  • Type in the desired command name.
  • All of it, such as repod.psdle.debug.findBad().
  • Press Enter to execute it.
  • Some commands may have a line of "undefined" following them, followed by their actual results. This is fine.