It used to be that when I stopped at a breakpoint in Google Chrome, and hovered over a variable, there would be a popup showing me the value of that variable. For some reason, that has simply stopped happening. Can anyone think what might have stopped this behaviour and how I might be able to restore it?
Share
This seems to be an intermittent problem with Chrome, which is sometimes caused by being in the wrong scope, but not always… sometimes Chrome is just stubborn and doesn’t display the tooltip variable evaluations for no obvious reason. I’d recommend trying to close and open the developer tools, and/or close and open Chrome. It might get it working. If that fails, use Firefox. 😉
Mine just started working again for no obvious reason.