JOEHEWITT.COM

Thoughts on software and life.

Tuesday March 28

Fun with FireBug: Object Hyperlinks

This is the first in a short series of FireBug tips and tricks I'll be sharing this week.

If you write a reference to an object in the FireBug console, that object is a clickable hyperlink. Clicking the object will take you to the Inspector with that object selected in the most appropriate tab.

Note that this applies not only to objects that come from the command line, but also objects passed to the printfire() function. So don't just think of printfire as a way to log plain text, but also these inspectable object hyperlinks.

at
Posting your comment. Please Wait...