OS: all
What steps will reproduce the problem?
(1) Log an object in the DevTools console (e.g. `console.log(window)`)
(2) Right click the object and click 'Store as global variable'
(3) Wait for a 'temp1' to be evaluated in console
What is the expected result?
'temp1' should always appear with its value below quickly
What happens instead?
Intermittent, but sometimes no new console message will appear without moving the mouse/clicking/new message arriving.
It is highly likely that the evaluated 'temp1' is received by DevTools but the viewport is muted when it arrives (see _muteViewportUpdates flag in ConsoleView.js)
Comment 1 by bugdroid1@chromium.org
, Jun 9 2018