Sometimes I need to see the contents of the Console
tab of the Google DevTools alongside the contents of another tab so that I don't have to go back and forth between them. How can I do that?
Asked
Active
Viewed 576 times
-1

Amr
- 4,809
- 6
- 46
- 60
-
Does this answer your question? [Chrome developer tools: View Console and Sources views in separate views/vertically tiled?](https://stackoverflow.com/questions/16537738/chrome-developer-tools-view-console-and-sources-views-in-separate-views-vertica) – wOxxOm Oct 09 '20 at 13:33
-
Seriously? All such basic info is available on StackOverflow. – wOxxOm Oct 09 '20 at 13:34
1 Answers
0
Press the Esc
key on your keyboard to toggle between showing or hiding the Console
tab in the Google DevTools alongside any other open tab.
Google DevTools can be opened by pressing F12
or Ctrl+Shift+C
.

Amr
- 4,809
- 6
- 46
- 60