Colors of watch variables - red, green, black

View: New views
3 Messages — Rating Filter:   Alert me  

Colors of watch variables - red, green, black

by Dave-419 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can someone tell me what the colors of watched variables mean? They
appear as black, red or green. Thanks.

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Colors of watch variables - red, green, black

by John J Barton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Nov 5, 5:20 pm, Dave <dhallm...@...> wrote:
> Can someone tell me what the colors of watched variables mean? They
> appear as black, red or green. Thanks.

Bold Black are objects,
not so bold Black are DOM objects
get in gray in front means "getter"
Bold Green are user functions,
not so bold Green are DOM functions
red are constructor functions,

Note that you can control the visibility with the DOM tab options.

jjb

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.



Re: Colors of watch variables - red, green, black

by Dave-419 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for the quick reply. Helps immensely!

On Nov 5, 5:51 pm, John J Barton <johnjbar...@...> wrote:

> On Nov 5, 5:20 pm, Dave <dhallm...@...> wrote:
>
> > Can someone tell me what the colors of watched variables mean? They
> > appear as black, red or green. Thanks.
>
> Bold Black are objects,
> not so bold Black are DOM objects
> get in gray in front means "getter"
> Bold Green are user functions,
> not so bold Green are DOM functions
> red are constructor functions,
>
> Note that you can control the visibility with the DOM tab options.
>
> jjb

--

You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to firebug@....
To unsubscribe from this group, send email to firebug+unsubscribe@....
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.