debugging - Keep variable tree within Watch side panel of Firebug expanded? -
i'm trying use firebug debug code. under window
shows global variables, need expand every time press step into button. how can leave window
expanded @ steps?
i assume talking variables within watch side panel.
if want observe specific variables, can create watch expressions within panel. so, click field saying new watch expression..., enter variable want watch. e.g. if want observe property b
of object a
within global scope, have write a.b
. first item in array z
write z[0]
. hit enter , variable appears @ top of watch side panel.
in case want watch whole object properties can switch dom panel , expand object there, because watch side panel collapses automatically every debugging step.
Comments
Post a Comment