Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bringing back old Chrome JS Console?

I really don't like the last changes that were made to the Chrome developer console with the latest chrome update. Does anyone know if there is a way to get back the old design? (http://i.imgur.com/WGqvI0R.jpg)

I was switching between errors, infos and normal log tab really often and I don't like the new drop down menus at all.

Furthermore information that was logged properly to the information tab (with console.info) isn't displayed when I filter for Level "Info" after the update.

Any help would be highly appreciated!

like image 863
HappyPete Avatar asked Apr 24 '17 18:04

HappyPete


People also ask

How do I bring up the JavaScript console?

You can also enter into the JavaScript Console by using the keyboard shortcut CTRL + SHIFT + J on Linux or Windows, or COMMAND + OPTION + J on macOS, which will bring focus immediately to the Console.

How do I enable the JavaScript console in Chrome?

Press Command+Option+J (Mac) or Control+Shift+J (Windows, Linux, ChromeOS) to open the Console, right here on this very page.


1 Answers

You can express your concern on a thread in their google group. I too am quite disappointed with this change...

like image 156
David McGregor Avatar answered Sep 30 '22 00:09

David McGregor