On Aug 12, 3:20 am, me <
andersdh...@gmail.com> wrote:
>
http://getfirebug.com/wiki/index.php/Watch_Side_Panel
>
> In an older version of firebug I was able to watch the values of all
> visible variables when I was stopped at a breakpoint.
> But now I no longer know how to.
>
> The reasons this wiki page is useless are first it tells me to select by
> selecting (turn out they mean highlight and ctrl-click), and second it
> tells me that I could also enter the name of a locally visible variable.
I have slightly updated the page, but you are welcome to provide
better
description/wording (I am not native English speaker).
> Neither of these methods work; the 'watch' panel remains unmarred by useful
> information no matter what I do (stack and breakpoint panels work fine
> though).
This sounds like a bug to me, but I can't reproduce it. The Watch
panel seems
to be working for me.
Here is what I am doing:
1) Open Firebug, enable the Script panel
2) Load
https://getfirebug.com/tests/head/net/601/issue601.html
3) Create breakpoint at line 45
4) Click the button on the page, you should break at a breakpoint.
5) Highlight 'postData' variable, right click and pick 'Add Watch'
6) I am seeing a new entry in the Watch panel.
I guess you are not halted in the debugger when trying the feature...?
Honza