tags:

views:

12

answers:

1

Is it possible to automatically refresh the value of variables put on watch in Firebug? (Right now, it seems I have to right click the variable in the Watch variable and select refresh..)

A: 

The 'watch' expressions are reevaluated every time you hit a breakpoint or single step.

johnjbarton
so you have to manually set breakpoints in advance?
ina