Debug & Troubleshooting

Debug Mode

In the target website, you can type the following command in the browser's console to activate the Debug mode.

Dimelo.Messaging.Debug.start();
With the debug toolbar appearing on the top right corner of the website.

You’ll have these features:

  • Reload: just reloads the page
  • Show store: show all the values used by the chat manager to test the triggers’ conditions, including the values of the custom variables
  • Reset: resets the chat as if this was the first time you ever came to the website
  • Stop Debug: remove the Debug toolbar