--
You received this message because you are subscribed to the Google Groups "Firebug" group.
To post to this group, send email to fir...@googlegroups.com.
To unsubscribe from this group, send email to firebug+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
Topic: colorsJan Odvarko <odv...@gmail.com> Oct 04 01:54PM +0200 ^
What Firebug version do you use?
I have tried that with Firebug 1.6 and selected HTML nodes (in the HTML
panel) are always using blue background with white text, doesn't matter if
the selected node is currently visible or not.
http://getfirebug.com/releases/firebug/1.6X/firebug-1.6X.0b1.xpi
I am attaching a screenshot.
But perhaps, I don't understand the problem well?
Honza
"Honza (Jan Odvarko)" <odv...@gmail.com> Oct 04 04:47AM -0700 ^
See https://addons.mozilla.org/en-US/firefox/addon/2108/
Honza
Topic: about memory breakpointaj3423 <aj3...@gmail.com> Oct 04 06:13PM +0800 ^
in some debugger like ollydbg, user can set a break point to a memory
address, when there is a read/write access to that memory address, the
debugger will break. I think it is very useful in javascript debugging.
Sometime my variable value is changed and I couldn't found where it is
modified. It'll be great if I can set a variable break point to variables
like a.b.c, then it breaks when the code does a.b.c = 123,
Is it possible for the enhancement? Will firebug add the new 'variable break
point' in the future version?
Thanks.
"Honza (Jan Odvarko)" <odv...@gmail.com> Oct 04 04:41AM -0700 ^
There is already partial support for this within the DOM panel.
For example, if you have an object a = {prop1: 1, prop2: 2} you can
create a breakpoint for its properties.
1) Select the DOM panel
2) Expand the object |a|
3) Create a breakpoint for |prop1| by clicking on the breakpoint
column.
4) Change the value -> Firebug's debugger should break and switch to
the Script panel showing the source line that caused the break;
See more here:
http://getfirebug.com/doc/breakpoints/demo.html#dom
Honza
"Honza (Jan Odvarko)" <odv...@gmail.com> Oct 04 04:37AM -0700 ^
> Off line Honza and I agreed to just let the Persist be manual: you
> will accumulate net traffic until you press it off.
Will be in Firebug 1.7a3
Honza
The "highlight" color is defined as a "system color", so it will
depend on the color settings of the OS. I guess Ed is using a
different color theme than the default, or classic.
Anyway, in my opinion we should avoid using system colors because we
can't predict what colors will be used, and therefore, we can't
prevent color-contrast problems such as this one reported by Ed.
regards,
Pedro Simonetti.
2010/10/4 Honza (Jan Odvarko) <odv...@gmail.com>:
> To unsubscribe from this group, send email to firebug+u...@googlegroups.com.
http://code.google.com/p/fbug/issues/list?start=0
Thanks!
Honza