Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome console not returning values

I've been using Chrome everyday and for some reason today when I open up the console to retrieve values while debugging, nothing is returned. If I set a breakpoint and hover over a variable it works fine, but typing it in doesn't return anything. Is it possible that there is some sort of setting I accidentally messed with? I have no idea what went wrong overnight :(

No value returned

The value definitely exists, I am able to return it using the same method in both IE and FF.

like image 690
Goose Avatar asked Feb 15 '23 02:02

Goose


1 Answers

Be sure that you don't have a filter set in the console

filters in chrome dev tools

like image 98
zzzzBov Avatar answered Feb 28 '23 15:02

zzzzBov