36

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.

Doug Allrich
  • 827
  • 1
  • 6
  • 18

3 Answers3

24

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.

vimal
  • 259
  • 2
  • 8
  • 5
    For your reference **https://bugs.chromium.org/p/chromium/issues/detail?id=1033891** – vimal Dec 15 '19 at 19:04
  • 1
    I 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
  • 1
    It'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
  • 1
    The 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
1

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.

StartCoding
  • 394
  • 5
  • 16
0

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

Doug Allrich
  • 827
  • 1
  • 6
  • 18