interface Debugger.SetVariableValueParameterType
Properties Jump to heading
Jump to headingscopeNumber: number0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
Jump to headingvariableName: stringVariable name.
New variable value.
Id of callframe that holds variable.