Chrome console does not return value

I use Chrome every day, and for some reason today, when I open the console to retrieve values ​​during debugging, nothing returns. If I set a breakpoint and hover over a variable, it will work fine, but entering it will not return anything. Is it possible that there are some settings that I accidentally encountered? I have no idea what went wrong :(

No value returned

The value definitely exists, I can return it using the same method in IE and FF.

+4
source share
2 answers

Make sure you don’t have a set of filters in the console

filters in chrome dev tools

+9
source

chrome, .

0

All Articles