Page 1 of 1

Real-time Javascript information

Posted: Sun Oct 03, 2010 3:01 pm
by matt1234
Howdy,

I'm trying to find some way to see what JavaScript sees on a real-time basis; what it sees as the values of variables at any given time, etc. Is there something like that that I can download and use- a browser add-on, perhaps?

Thanks,
Matt

Re: Real-time Javascript information

Posted: Sun Oct 03, 2010 5:34 pm
by Weirdan
Any javascript debugger would allow you to pause js execution and inspect the variables (reachable from current scope). Or were asking for something different?

Re: Real-time Javascript information

Posted: Sun Oct 03, 2010 6:22 pm
by matt1234
Ok, I guess I've had Firebug but I didn't realize it did real-time stuff cause I haven't used it much. I'll look into it. Thanks.