Real-time Javascript information

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
matt1234
Forum Commoner
Posts: 44
Joined: Wed Nov 26, 2008 9:43 pm

Real-time Javascript information

Post 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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Real-time Javascript information

Post 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?
matt1234
Forum Commoner
Posts: 44
Joined: Wed Nov 26, 2008 9:43 pm

Re: Real-time Javascript information

Post 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.
Post Reply