nagki
unread,Jun 15, 2011, 3:35:10 AM6/15/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chrome Developer Tools
Is it possible to auto refresh "Watch Expressions" while stepping
through JavaScript code like "Firebug" does in Firefox ?
Now, "Watch Expressions" get refreshed only after clicking the
"Refresh" button explicitly.
Its very useful especially while looping through a for loop, I keep a
break point inside a for loop and add a local variable to "watch
expression".
Now, I can click on continue and it stops at the break point inside
the for loop for each iteration and I can see the value of the local
variable in the watch expression for each iteration.
Now,the problem with chrome dev tools is that I need click on
"Refresh" always to see the current value for that iteration.
Please let me know if any alternative is there or Is there any reason
for not supporting auto refresh of watch expressions in chrome?