Changes

Jump to: navigation, search

Remote Debugging Protocol

356 bytes added, 22:36, 6 September 2012
cc0e8cf Note that environment actors' 'binding' and 'assign' requests can elicit 'threadWouldRun' errors.
{ "from":<i>envActor</i>, "bindings":<i>bindings</i> }
 
Note that this request elicits a <code>"threadWouldRun"</code> error reply when <i>envActor</i> refers to an object environment whose object is a proxy.
To change the value of a variable bound in a particular lexical environment, the client can send a request to the environment's actor:
{ "from":<i>envActor</i>, "error":"immutableBinding", "message":<i>message</i> }
 
If <i>envActor</i> refers to an object environment whose object is a proxy, or whose property named <i>name</i> has a setter function, this request elicits a <code>"threadWouldRun"</code> error reply.
== Lexical Environment Examples ==
Confirm
496
edits

Navigation menu