Comment #3 on issue 2399 by [email protected]: In debugger allow modifying local variable values
http://code.google.com/p/v8/issues/detail?id=2399
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).
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
