This has been a hindrance for me while debugging. Would save me a lot of
time when testing with chrome. However, in the meantime I've been using
Firefox+Firebug to debug, and that works fine, but I still prefer chrome
for debugging in general.
Changing variables in non-object scopes, such as Local, Closure and Catch
requires an explicit API. Object-based scopes (With, Glolbal) can be
updated using evaluate expression technique (which is even more preferable,
if the object non-trivial properties).
Sorry peter.ry, I may have misunderstood. All I know is that other
debuggers allow this. If it requires an explicit API then it's time to
design/implement such an API I think. For debugging this is an incredibly
valuable tool.
-- You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Fixed, added to Debug JS API and to debug protocol.
-- You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings