1. Home
  2. General
  3. How to access the browser’s developer console

How to access the browser’s developer console

Occasionally, you might be asked to assist with identifying and fixing problems related to how a website or admin panel behaves. These problems might not immediately display errors, but they could be lurking in the background, causing the plugin to not work as expected. One useful tool that can help us both understand what’s happening is your browser’s developer or JavaScript console.

Let’s explore how to access it on most modern web browsers.

Google Chrome

  1. Open Chrome.
  2. Click the three vertical dots in the upper right corner (menu icon).
  3. Go to “More tools” and select “Developer tools.” You can also use the keyboard shortcut Ctrl + Shift + I or Cmd + Option + I (on Mac).
  1. The console will either open up within your existing Chrome window, or in a new window. You may have to select the Console tab.

Safari

  1. Open Safari.
  2. Go to “Safari” in the top menu.
  3. Select “Preferences.”
  4. Click on the “Advanced” tab.
  5. Check the box next to “Show Develop menu in menu bar.”
  1. You’ll now see a “Develop” menu in the top menu bar. Click on it and select “Show JavaScript Console.”
  1. The console will either open up within your existing Safari window, or in a new window. It will automatically select the Console tab.

Mozilla Firefox

  1. Open Firefox.
  2. Click the three horizontal lines in the upper right corner (menu icon).
  3. Select “Web Developer” and then “Web Console.” You can also use the keyboard shortcut Ctrl + Shift + K or Cmd + Option + K (on Mac).
  1. The Browser console will open in a new window.

Microsoft Edge

  1. Open Edge.
  2. Click the three horizontal dots in the upper right corner (menu icon).
  3. Go to “More tools” and select “Developer tools.” You can also use the keyboard shortcut Ctrl + Shift + I or Cmd + Option + I (on Mac).
  1. The console will either open up within your existing Edge window, or in a new window. You may have to select the Console tab.

Once you’ve opened the developer console, you can view error messages to help diagnose and troubleshoot issues with websites or plugins. Please copy them or simply take a screensht.

Updated on September 8, 2023

Was this article helpful?

Related Articles