Console not appearing at the bottom in Chrome Developer Tools

Viewed 1188

When opening chrome developer tools, the console used to come below any open tab (like elements, sources etc.). However, I cannot see it there now. enter image description here

How do I put is back there again?

1 Answers

Click on the three dots ... in the top right corner and pick "Show console drawer" or just press Esc (regardless of your OS).

Related