Dev Console

The Dev Console panel gives you a near-complete “terminal” interface to interact with the clock and its settings. This panel is only visible when the debugMode URL parameter is set to true.

When debugMode is set to true, debug logging will also be enabled. See URL Parameters.

A screenshot of the Dev Console panel Console tab.

Table of contents

  1. Layout

Layout

A screenshot of the Dev Console panel
A screenshot of the Dev Console panel Logs tab.

  1. Tab switcher
    • This allows you to switch between the Console and Logs tabs.
    • Console tab: Lets you input commands to change settings manually
    • Logs tab: Displays debug logs from the browser DevTools console
  2. Command input/output
    • Here is where you can type in commands. Their outputs will be displayed in the textarea above.
    • You can use the help command to see a list of available commands, and use your keyboard’s up and down arrow keys to cycle through previously entered commands.
  3. Console log output
    • This displays a live output of the debug logs that are sent to the browser DevTools console.
  4. Log level filters
    • These button toggles let you filter which log levels are shown in the Logs tab.
    • By default, all log levels are enabled. You can toggle the following levels: Debug, Info, Warning, and Error.