Quickstart Guide: How do I open my browser's developer console?

Overview: Occasionally you might have the need to view the developer tools in your browser to see if an error occurred. This guide will walk you through the process of opening the dev tools/console in some of the most commonly used browsers.

For most browsers you'll be able to open the dev tools by simple clicking your function button + F12. For more specific instructions for each browser you can follow the guides below.

Google Chrome

To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use the shortcut Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).

Screen_Shot_2021-02-03_at_11.36.44_AM.png

The console will either open up within your existing Chrome window, or in a new window. You may have to select the Console tab.

Screen_Shot_2021-02-03_at_11.38.05_AM.png

 

Microsoft Edge

To open the developer console in Microsoft Edge, open the Edge Menu in the upper-right-hand corner of the browser window and select F12 Developer Tools. You can also press F12 to open it.

Screen_Shot_2021-02-03_at_4.32.49_PM.png

The console will either open up within your existing Edge window, or in a new window. 

mceclip1.png

You will need to select the Console tab.

Screen_Shot_2021-02-03_at_4.34.12_PM.png

Mozilla Firefox

To open the developer console in Firefox, click on the Firefox Menu in the upper-right-hand corner of the browser and select Web Developer. 

Screen_Shot_2021-02-03_at_4.22.24_PM.png

From there, select Browser Console.

Screen_Shot_2021-02-03_at_4.23.38_PM.png

The Browser console will open in a new window.

Screen_Shot_2021-02-03_at_4.23.21_PM.png

You can also use the shortcut Shift + ⌘ + J (on macOS) or Shift + CTRL + J (on Windows/Linux).

Apple Safari

Before you can access the developer console in Safari, you first need to enable the Developer Menu. To do that, go into Safari's preferences (Safari Menu > Preferences) and select the Advanced Tab.

Screen_Shot_2021-02-03_at_11.42.48_AM.png

Once that menu is enabled, you will find the developer console by clicking on Develop > Show Javascript Console. You can also use the shortcut Option + ⌘ + C.

Screen_Shot_2021-02-03_at_11.44.39_AM.png

The console will either open up within your existing Safari window, or in a new window. It will automatically select the Console tab.

Screen_Shot_2021-02-03_at_11.46.17_AM.png

Was this article helpful?
1 out of 1 found this helpful