How can I keep the "Console Drawer" hidden by default every time I open Chrome DevTools?

JavascriptGoogle ChromeConsoleGoogle Chrome-Devtools

Javascript Problem Overview


When I have DevTools open, there is a little button that toggles Hide Drawer. and Show Console.. Besides being inconsistently named, the 'drawer' is very annoying to me because it takes up so much of the little screen real estate allotted for devtools (i'm bottom docked). How can I keep this 'drawer' closed permanently? Or if I can't do that, can I at least keep the height of it as low as possible? (it returns to a default height every time I open it)

Javascript Solutions


Solution 1 - Javascript

At least you can press ESC to toggle the console area hide and show.

Solution 2 - Javascript

None of the previous answers worked for me. All of my emulation tab options are cleared/reset. I'm not sure if it's new but it turns out that there is a "Toggle emulation" button on the left side, next to the search icon. Mine was blue so I clicked on it to make it non-blue. Screenshot is below. Now, all is happy. That was so frustrating!

Solution 3 - Javascript

I solved same problem removing the flag from "Spoof user agent" option under the "Emulation" tab (I don't even know why it was flagged!).

Solution 4 - Javascript

Apparently there is a show / hide console button next to the setting button. info and screenshot here - https://developers.google.com/chrome-developer-tools/docs/console#opening_the_console

Solution 5 - Javascript

My problem was that the Console was enabled in the chrome menu, you can turn it off by clicking on the Console option in the dev tools settings:

Turn off Console

Solution 6 - Javascript

THIS SOLUTION NO LONGER WORKS WITH NEW CHROME VERSIONS. THE ICON WAS REMOVED. The working solution was pasted above by Sigma. Pressing the ESC key will toggle the visibility of the panel.

I notice the majority of these answers are over a year old. I had a similiar issue and it's August 2015.

I was overlooking a simple icon: The >_ next to the gear. enter image description here

You can see the video of the window being shown and hidden to confirm this is the same issue: http://www.youtube.com/watch?v=QOC863BxZNM&hd=1

Solution 7 - Javascript

When the "drawer" is open look into the "emulation" tab, then click on "reset." Close dev tool (F12) and then reopen it (F12). The "drawer" is hidden by default.

My Chrome Version: 32.0.1700.77

The response of Darko works, I propose another way to solve this problem.

I hope this helps someone.

Solution 8 - Javascript

click Restore Defaults and Reload in Dev tools Setting right bottom

my chrome version is 37

in my case reset in emulation does not worked although i had tried it recently and it was the root cause

Solution 9 - Javascript

It is because Spoof User Agent is enabled in your Emulation-tab in the drawer.

Deselect the options below

The spoof user agent

Solution 10 - Javascript

I had the same problem, and also a frame around the page with pixels lenght of page (kind of rulers if you use PSD) with options for device width. I've solved clicking on restore default options. Hope can help someone.

Solution 11 - Javascript

I had to uncheck that box shown in circle in the newest chrome version (38.*).

Hide console

Solution 12 - Javascript

In latest chrome there is a "Show What's New after each update" setting (preferences->appearance). Once you untick it, the console finally won't pop up anymore.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioncelwellView Question on Stackoverflow
Solution 1 - JavascriptduXingView Answer on Stackoverflow
Solution 2 - JavascriptjiminyView Answer on Stackoverflow
Solution 3 - JavascriptDarko RomanovView Answer on Stackoverflow
Solution 4 - JavascriptnirzView Answer on Stackoverflow
Solution 5 - JavascriptCeltView Answer on Stackoverflow
Solution 6 - JavascriptStephanView Answer on Stackoverflow
Solution 7 - JavascriptyoussmanView Answer on Stackoverflow
Solution 8 - JavascriptImanView Answer on Stackoverflow
Solution 9 - JavascriptAndré SnedeView Answer on Stackoverflow
Solution 10 - Javascript3kyView Answer on Stackoverflow
Solution 11 - JavascriptCAPS LOCKView Answer on Stackoverflow
Solution 12 - Javascriptuser1497119View Answer on Stackoverflow