I just switched from Nightly to Developer Edition because I figured this was an issue with some configuration or setting I had for Nightly but it seems like it’s still happening. It was happening on Nightly for many months, maybe a year or so (not sure when I first noticed it).
When I step through JavaScript in the debugger, hovering over any variable shows that it has an undefined
value. This is the same thing for when I add in log statements via the devtools. When I explicitly add a console.log
statement in my code then it logs properly, but I’d prefer to be able to inspect elements in realtime as I’m debugging.
Is there some setting I might have ticked or an extension I have installed (uBlock origin, Vue devtools, React devtools, Redux devtools, or LastPass) that could be causing this issue to happen?