DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-05-20 13:49:38

eyalos
New member

Can I see JS variables and their current values?

I see only JS functions

Offline

 

#2 2008-05-20 13:52:34

fabrice
DebugBar Support

Re: Can I see JS variables and their current values?

Hi,

You cannot have this information using DebugBar.

You can see current value of a js function using javascript console under debugbar (do for instance : alert(myvar)wink

A better tool for Javascript is companion.JS where you will have a javascript console like the one in firebug and you will be able to get current value of any variable or object you need.

Tools will improve in the future to provide the kind of info you requested.
I am working on the next IETester release so far...

Thanks for your feedback.

Offline