Skip to main content

Identify errors with Safari debug console

Safari debug console is a powerful tool that can help us identify the cause of the errors (displayed in red) and speed up finding the solution. We'll be needing your help in performing the steps below so we can better assist you.

  1. Allow the Develop menu in the menu bar before accessing the console:

    1. Open the Safari menu and select Preferences.

      Open the Safari menu and select Preferences
    2. Select the option Show develop menu in menu bar.

      Check the option Show Develop menu in menu bar
  2. Select Develop > Show JavaScript Console (or right-click > Inspect Element).

  1. Open the Console tab.

    The Console tab displays errors, warnings and information logs
    tip

    You can also open your console by pressing Opt+Cmd+C.