Remote Debugging Protocol: Difference between revisions

Line 691: Line 691:


   { "actor":<i>actor</i>, "depth":<i>depth</i>, "type":"clientEvaluate", "this":<i>this</i>,
   { "actor":<i>actor</i>, "depth":<i>depth</i>, "type":"clientEvaluate", "this":<i>this</i>,
     "where":<i>location</i>, "environment",<i>environment</i> }
     "where":<i>location</i>, "environment":<i>environment</i> }


where the properties are as defined above. In this case, <i>where</i> will be a location inside the expression provided by the debugger.
where the properties are as defined above. In this case, <i>where</i> will be a location inside the expression provided by the debugger.
Confirmed users
839

edits