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.
-
I seem to have this issue too - using Chrome version 30.0.1599.101 m. I can however see tooltips with the full values by hovering over the values in the Scope/Local/Global Variables pane. – Steve Chambers Nov 12 '13 at 21:19
-
1Also see http://stackoverflow.com/questions/15721187/inspecting-javascript-variables-as-code-popups-in-chrome – Steve Chambers Nov 12 '13 at 21:26
-
1Thank you, Steve. This appears to be resolved now. – Doug Allrich Dec 06 '14 at 21:23
3 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.

- 259
- 2
- 8
-
5For your reference **https://bugs.chromium.org/p/chromium/issues/detail?id=1033891** – vimal Dec 15 '19 at 19:04
-
1I was facing the same issue since 16-12-2019 but after reaching out this post I installed canary now I am able to see debug tooltip. – K.S Dec 17 '19 at 06:19
-
1It's working only partially in Canary. Hovering over variables in a parent function doesn't work sometimes (and it used to work even outside the current scope). Also selecting hex numbers: "1e3" anywhere in the code used to work, now it doesn't. – teg_brightly Dec 17 '19 at 23:41
-
1The mentioned issue (in Canary) seems to be intentional: https://chromium-review.googlesource.com/c/chromium/src/%2B/1835357 But still there are some cases where it is useful to be able to select outside the innermost scope. – teg_brightly Dec 17 '19 at 23:51
-
Still facing this issue on 107.0.5280.0 (Official Build) canary (arm64). – Faizi Sep 05 '22 at 08:57
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.

- 394
- 5
- 16
This was resolved in a later version of Chrome and is no longer an issue.

- 827
- 1
- 6
- 18
-
Yes, working better for me too (version 39.0.2171.71 m). But have to select the variable first, e.g. by double clicking on it before hovering - would ideally prefer not to have to do this. – Steve Chambers Dec 07 '14 at 09:52
-
31Happening to me as of 12/13/2019 with `Version 79.0.3945.79 (Official Build) (64-bit)` – Scott Clark Dec 13 '19 at 17:45
-
5
-
2
-
-
-
7
-
3
-
1
-
1
-
2
-
1
-
-