Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Variable Values Not Popping Up on Mouse Over in Chrome Debugger

Until recently, when paused in Chrome debugger on a breakpoint, the current state of a JavaScript variable, array or object would pop up in a yellow dialog if hovered over with a mouse. That is no longer working though I'm at a loss to know what has changed. Has anyone else experienced this? It's really making debugging a lot more difficult on this computer. My other computer still has the normal behavior in Chrome Dev Tools (both Windows 7 machines). Thanks in advance.

like image 510
Doug Allrich Avatar asked Jul 14 '13 10:07

Doug Allrich


2 Answers

The same thing happened to me on 16/12/19, with version 79. But in Chrome canary, it is working fine. People who need can download it here (you can use it for now) or you can use Chrome Dev here

For the people who don't know about Chrome Canary or Dev

Chrome Canary is an experimental version of the popular Chrome browser. Google offers four release channels for its Chrome browser: Stable, Beta, Dev, and Canary. Most people use the Stable release of Chrome, which is rigorously tested and considered very reliable.

By contrast, Chrome Canary may appeal to people who like noodling around with new technology and want to get an advance look at what the standard Chrome browser may look like in the future.

like image 96
vimal Avatar answered Sep 30 '22 22:09

vimal


Updated my chrome to version 79.0.3945.117 (Official Build) (64-bit). popup after hovering to variable is not showing. Luckily, I found solution on google(don't know about the source now). Simply turn off the Hardware acceleration feature and it worked. If you ignore impact of hardware acceleration turn off, this is the ideal one.

Canary version 81>= is another solution for this feature to work.

like image 27
StartCoding Avatar answered Sep 30 '22 23:09

StartCoding