Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Evaluate on console in Chrome Developer Tools

Tags:

After I update my chrome, I cannot see the Evaluate on console in Chrome Developer Tools, Here is the screenshot

enter image description here

the chrome version is Version 65.0.3325.162 (Official Build) (64-bit)

What happened? thanks for your help.

like image 254
Allen Avatar asked Mar 28 '18 09:03

Allen


People also ask

How do I see variable values in Chrome console?

We can then check what values are stored in any variable at that point of time. Click F12 to open Developer Tools in Chrome. Or we can right-click and select Inspect (Ctrl+Shift+I). Go to Sources tab and expand Event Listener Breakpoints section.

How do I view console source in Chrome?

Google Chrome You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux). The console will either open up within your existing Chrome window, or in a new window. You may have to select the Console tab.


2 Answers

No idea what happened, I've been missing that option too but you can use the shortcut

CTRL - SHIFT - E 
like image 178
Alexander Avatar answered Sep 17 '22 13:09

Alexander


A quick workaround for "Evaluation to console":

Add selection to watch and see result in watches section or right sidebar.

enter image description here

like image 38
Nitin Jadhav Avatar answered Sep 19 '22 13:09

Nitin Jadhav