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

24,206

Solution 1

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 2

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

Solution 3

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!

"Toggle emulation" button highlighted in red

Solution 4

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

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

Share:
24,206
celwell
Author by

celwell

i like to code and make music.

Updated on October 11, 2020

Comments

  • celwell
    celwell over 3 years

    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)

  • Kyle Suss
    Kyle Suss over 10 years
    I also had to uncheck 'Emulate Screen'
  • FbnFgc
    FbnFgc over 10 years
    Under the emulation tab, enabled options are flagged with a blue check on the left side.
  • Greg
    Greg about 10 years
    Thanks, this was driving me nuts
  • kipusoep
    kipusoep almost 10 years
    Thanks, this was the solution for me!
  • triptych
    triptych almost 10 years
    This is the one that fixed my issue.
  • Brighty
    Brighty over 9 years
    Thank you - saved me loads of annoyance.
  • Dr. Gianluigi Zane Zanettini
    Dr. Gianluigi Zane Zanettini almost 9 years
    As of August 2015 (Chrome Version 46.0.2478.0 dev-m (64-bit) on Windows), this solved the issue for me, thanks!
  • bheussler
    bheussler almost 9 years
    This is the most up to date answer
  • Stephan
    Stephan almost 9 years
    I believe the reason the majority of people randomly getting this drawer open is because they are hitting the escape key. The Escape key will toggle this window when the developer console is open.
  • Noumenon
    Noumenon over 8 years
    This moved, now you just click the three dots in the upper right and Show/Hide console is a menu option.
  • DirtyBirdNJ
    DirtyBirdNJ over 8 years
    This is the solution that worked for me! Simple fixes are the best fixes
  • Uyghur Lives Matter
    Uyghur Lives Matter over 8 years
    That icon is no longer there.
  • Burjua
    Burjua over 8 years
    That's not an answer, it keeps popping out everytime the page is refreshed.
  • Chris22
    Chris22 over 8 years
    Hallelujah, out of ALL of the above, this worked for me.
  • Yago Riveiro
    Yago Riveiro about 8 years
    It's annoying press esc every time that you want to hide the console. Should be a way to have the console hide by default (with or without errors)
  • Jake Anderson
    Jake Anderson about 8 years
    For me it seems to want to pop back open every time I refresh the page, it's very irritating because I have the tools docked to the bottom and it blocks out almost the entire area.
  • The Muffin Man
    The Muffin Man over 7 years
    There is no emulation tab.
  • Chris
    Chris over 7 years
    If you get rid of it, how do you get it back?
  • Stephan
    Stephan over 2 years
    Every version of Chrome seems to keep making minor changes.