Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome debugger, horizontal scrollbar blocking variable values on hover

This has been happening for a few weeks now. Can't find anything on the net, anyone have any idea what's going on and how to fix it?

Screenshot Chrome debugger mouse hover

Note: I'm hovering over a variable containing a string.

like image 678
Slight Avatar asked May 13 '16 18:05

Slight


Video Answer


1 Answers

The real fix here is to zoom in/out in the console window, or reset the zoom with Ctrl + 0

like image 118
Nicolas Leucci Avatar answered Sep 17 '22 17:09

Nicolas Leucci