For instance, I've hit a break point on a line of code where I'm setting the height of one div equal to the height of another:
$("#box_left").height = $("#box_right").height;
How do I view the value of 'height'? All firebug ever shows me is 'function()'. :(